Filters in Doctrine

Posted by Gaston on Stack Overflow See other posts from Stack Overflow or by Gaston
Published on 2009-08-19T14:36:40Z Indexed on 2010/03/24 14:03 UTC
Read the original article Hit count: 417

Filed under:
|
|
|
|

nHibernate has a great feature called filters, so i can create criterias globally for my applications. I'm starting a project in PHP and i need to use an ORM, i'd like to know if Doctrine has a similar feature to manage query conditions.

thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about doctrine