[UPHPU] Feedback on my new open source project: Outlet

Roberto Mello roberto.mello at gmail.com
Mon May 5 10:01:48 MDT 2008


On Fri, May 2, 2008 at 9:52 PM, Alvaro Carrasco <alvaro at epliant.com> wrote:
>
>  If you're wondering: Why another ORM tool, when we have Propel, Doctrine,
> EZPDO, etc? Here are some of my thoughts:
>  http://outlet.knowledgehead.com/wiki/index.php/Motivation

I have wished for a PHP mapper with a similar vision to Python's
incredible SQLalchemy (http://www.sqlalchemy.org/)

I'm not very familiar with the PHP offerings, except for Propel, which
is used at my job. Besides having to pre-generate the classes from XMl
that is derived from the database, my biggest problem with Propel is
that it generates pretty horrible SQL a good chunk of the time.

It's nowhere near as flexible and powerful as SQLalchemy, but maybe
that's because Python's dynamic features are stronger than PHP's
(everything is an object that can be passed around, including classes,
functions, etc.)

Roberto

-- 
http://blog.divisiblebyfour.org/


More information about the UPHPU mailing list