From 54e9feab491bcf8d1a95b486b68605cb4441e603 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 29 Sep 2007 22:07:12 +0000 Subject: Changed RELATIONS declaration. --- demos/northwind-db/protected/database/Region.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/northwind-db/protected/database/Region.php') diff --git a/demos/northwind-db/protected/database/Region.php b/demos/northwind-db/protected/database/Region.php index 2afa3501..c6e23485 100644 --- a/demos/northwind-db/protected/database/Region.php +++ b/demos/northwind-db/protected/database/Region.php @@ -11,7 +11,7 @@ class Region extends TActiveRecord public $Territories=array(); - protected static $RELATIONS = array + public static $RELATIONS = array ( 'Territories' => array(self::HAS_MANY, 'Territory') ); -- cgit v1.2.3