diff options
author | wei <> | 2007-05-04 00:22:46 +0000 |
---|---|---|
committer | wei <> | 2007-05-04 00:22:46 +0000 |
commit | c1bddf3826ec570ea4c58d7a56c410ae54d26508 (patch) | |
tree | 9628dd654cfff1c7804f36bf58d9fa5444ccdaa8 /framework/Data/ActiveRecord | |
parent | 6d0ece3109b2155d33f3772da2fc1dc124c45f65 (diff) |
Add more qs docs for ar relationships
Diffstat (limited to 'framework/Data/ActiveRecord')
-rw-r--r-- | framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php index c5ce616e..ab28a455 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php @@ -59,7 +59,7 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation'); * The method <tt>with_xxx()</tt> (where <tt>xxx</tt> is the relationship property
* name, in this case, <tt>players</tt>) fetchs the corresponding PlayerRecords using
* a second query (not by using a join). The <tt>with_xxx()</tt> accepts the same
- * arguments as other finder methods of TActiveRecord, e.g. <tt>with_player('age < ?', 35)</tt>.
+ * arguments as other finder methods of TActiveRecord, e.g. <tt>with_players('age < ?', 35)</tt>.
*
* @author Wei Zhuo <weizho[at]gmail[dot]com>
* @version $Id$
|