[UPHPU] ORM

Alvaro Carrasco alvaro at epliant.com
Fri Nov 17 16:20:36 MST 2006


John David Anderson wrote:
> The other thing I detest is XML configuration. If I ever have to 
> define my tables, I think that's retarded. It only adds to the 
> maintenance level for the app.
Yeah... not everybody likes xml configuration.

I personally have never had to create a propel configuration from 
scratch, i use the provided tools that will generate it from an existing 
schema, and will also grab any foreign key constraints defined on the 
database, and use them to create relationships in the objects.

Propel is very flexible and works well with other code. I currently use 
it on my own framework, and it is also used by the Symfony framework.
It is also more of a Data Mapper than an Active Record... so, more 
flexible but little more complex to set up.

Alvaro





More information about the UPHPU mailing list