, , ...
Propel (1.5). () , ( SF), . "" /.
, , , . phpDoc , Propel, , , . "" , phpDoc , "" " db api", Propel... !
, ENUM... v1.6 Propel. , Propel . , "" .
v1.5 of Propel API ( Frosty Z), ( ) "" "" . - ( MVC) , , , API Propels .
, Propel "" -, , , Propel. , API . Propel, . "" , "" Propel .
, :
$Users = UsersQuery::create()
->filterByLastName($LastName)
->find();
return $Users;
"", Frosty Z, Zend_Db PHP/MySQL , "", "". Propel Docs , , , . , ACL.
My answer explains why I do not reuse the original models; lack of new methods and fear of residual code that can cause bugs or headaches, and why I am stuck with Propel (besides the fact that it seems really nice); I have an example of how ORM works. Indeed, I can say that both answers above are what I went with. Thanks guys!