diff options
Diffstat (limited to 'framework')
| -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$
  | 
