The PHP3 Libero Schema
Author: Bernard de Rubinat, <bderubinat@netgames.org>.
I definitely have not spent the amount of time necessery to get this
gocument pretty enough to be as nice and usefull I would like it, but
I decided to post it anyway as it might helpful anyway.
First lets tell you little more about all the pieces used here:
- What is Libero for? 1.You can write complex programs faster and
better. 2.Your work is easier to understand, maintain, and
reuse. 3.You are liberated from language-dependent styles.
All these quotes from iMatix site looks like magic powder slogan,
but you will be amazed how much it is true after trying it
Look on Libero for more information about Libero.
- PHP3 is a server side scripting language. PHP3 for more
information.
- PHPLIB is a library of functions for PHP3. Find more information about
phplib
- a database supported by PHPLIB. when writing this page, PHPLIB supports
MySQL, PostgreSQL, Oracle and ODBC databases. (you can probably port to
other database as PHP3 supports many ones.
And finally, you need my version of the libero dialog schema specially designed
for this environment. The dialog schema is called lrschema.phplib.
- Have a web server installed and configured. Xitami is certainly nice
but Apache comes with PHP3 in module, which make it fast.
- Have PHP3 installed and configured.
- Have PHPLIB installed and configured.
- Have Libero installed and configured.
- Have a SQL database supported by PHPLIB which is .... installed
and configured!
- Have the phplib Libero dialog schema installed.