Re: Propel Database backend
Lukas Kahwe Smith <[email protected]> Wed, 24 Aug 2005 11:15:51 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Georg Gell wrote: > i am using liveuser already for some projects and i like it. For all my > new projects i use php5 and it's oop features. for database abstraction > i like to use propel (http://propel.phpdb.org/). > Because I don't want to use different database layers for my project and > liveuser, I want to develop a propel backend. > Any tips before I begin? Simply copy all MDB2.php files as Propel.php and start hacking :-) Should be a matter of a single afternoon. The only thing that might need a bit of work and where I am willing to talk about things in the layout of the two Globals.php files which define the structure. Propel might have something of its own here. However now that there is also pecl::sdo it might be a good point in time to start agreeing on a somewhat standard array structure for schemas. regards, Lukas