summaryrefslogtreecommitdiff
path: root/demos/northwind-db
diff options
context:
space:
mode:
authorwei <>2007-11-09 01:48:38 +0000
committerwei <>2007-11-09 01:48:38 +0000
commit604be351b5eba72087410fd0ed8f49a3be307bb3 (patch)
tree134d787d110a20304545df139701c9fc001238b6 /demos/northwind-db
parenta1aaefbd7a4cb2f6e8683215baf076bb2eff9c18 (diff)
update prado-dao build.
Diffstat (limited to 'demos/northwind-db')
-rw-r--r--demos/northwind-db/protected/database/Region.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/northwind-db/protected/database/Region.php b/demos/northwind-db/protected/database/Region.php
index c6e23485..3d1c2a84 100644
--- a/demos/northwind-db/protected/database/Region.php
+++ b/demos/northwind-db/protected/database/Region.php
@@ -9,7 +9,8 @@ class Region extends TActiveRecord
public $RegionID;
public $RegionDescription;
- public $Territories=array();
+ //comment out the following line to use lazy loading
+ //public $Territories=array();
public static $RELATIONS = array
(