[UPHPU] ORM

Gabriel Gunderson gabe at gundy.org
Fri Nov 17 15:09:15 MST 2006


On Fri, 2006-11-17 at 14:43 -0700, Marcellus Barrus wrote:
> Hey guys,
> 
> Django looks to me like a web framework that includes a data access layer.
> Propel looks just like an OO data access layer without the web framework.

He's right.  ORM is just one part of what makes you so productive with
Django.  In fact, that layer is likely to be swapped out with a
replacement ORM in the future anyway.  It's the whole framework fit
together that makes it great to work with.

For something similar in PHP, check out CakePHP http://cakephp.org/ .
I've never used it, but I hear good things about it.

If you want the sweetness that is Django, then just use Django... oops,
wrong list ;)



More information about the UPHPU mailing list