Changeset 251
- Timestamp:
- 02/07/08 19:01:48 (10 months ago)
- Files:
-
- trunk/api/Pluf/Pluf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/api/Pluf/Pluf.php
r249 r251 47 47 } 48 48 // Load the base model relations 49 $GLOBALS['_PX_models'] = require 'api/model/relations.php'; 49 if (file_exists('api/model/relations.php')) { 50 $GLOBALS['_PX_models'] = require 'api/model/relations.php'; 51 } 50 52 } 51 53
