From c1bddf3826ec570ea4c58d7a56c410ae54d26508 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 4 May 2007 00:22:46 +0000 Subject: Add more qs docs for ar relationships --- framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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 with_xxx() (where xxx is the relationship property * name, in this case, players) fetchs the corresponding PlayerRecords using * a second query (not by using a join). The with_xxx() accepts the same - * arguments as other finder methods of TActiveRecord, e.g. with_player('age < ?', 35). + * arguments as other finder methods of TActiveRecord, e.g. with_players('age < ?', 35). * * @author Wei Zhuo * @version $Id$ -- cgit v1.2.3