summaryrefslogtreecommitdiff
path: root/demos/northwind-db
diff options
context:
space:
mode:
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
(