Changeset 251
- Timestamp:
- 06/07/07 06:34:23 (1 year ago)
- Files:
-
- trunk/config/development.php (modified) (1 diff)
- trunk/lib/AkActionController.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/development.php
r2 r251 6 6 define('AK_ENABLE_STRICT_XHTML_VALIDATION', false); // At least until the validator is fully tested 7 7 8 // Forces loading database schema on every call 9 unset($_SESSION['__activeRecordColumnsSettingsCache']); 8 10 9 11 ?> trunk/lib/AkActionController.php
r249 r251 1995 1995 $Map =& AkRouter(); 1996 1996 include(AK_ROUTES_MAPPING_FILE); 1997 // Set this routes for being used via Ak::toUrl 1998 Ak::toUrl($Map,true); 1997 1999 $this->Request->checkForRoutedRequests($Map); 1998 2000 }
