I had a quick look at phpope as i need a cms which use pear for database abstraction. You seem to use pear for database access but your database files use specific mysql features?
Why use pear if you not take advantage of pear's ability to access diffrent databases with the same code?
//Henrik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had a quick look at phpope as i need a cms which use pear for database abstraction. You seem to use pear for database access but your database files use specific mysql features?
Why use pear if you not take advantage of pear's ability to access diffrent databases with the same code?
//Henrik
We would use different databasesystems, but at the moment is only mysql supported and tested.
PHPope is still in beta, but an implementation of for Postgresql, acces or other dbs are in planing.
The Major priority is to clean the code and write the documentation.