[limb-issues] Created: (DBAL-10) Add find($criteria), findFirst($criteria) methods into lmbDbRecordSet interface
Pavel Shevaev (JIRA)
jira at limb-project.com
Tue Mar 13 19:36:04 MSK 2007
Add find($criteria), findFirst($criteria) methods into lmbDbRecordSet interface
-------------------------------------------------------------------------------
Key: DBAL-10
URL: http://jira.limb-project.com/browse/DBAL-10
Project: DBAL
Issue Type: New Feature
Reporter: Pavel Shevaev
Having this implemented will make specifying additional criteria possible for record sets. This is especially useful when working with chains of database fetch operations, e.g this is not currently possible:
//Campaign is assumed to be an lmbActiveRecord object
Campaign :: findActive()->findFirst('id=' $id);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.limb-project.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the limb-issues
mailing list