Browse Source

enable CACHE for SQL schema caching

Christian Knuth 12 years ago
parent
commit
1314115c52
1 changed files with 1 additions and 0 deletions
  1. 1 0
      php-fatfree/index.php

+ 1 - 0
php-fatfree/index.php

@@ -3,6 +3,7 @@
 $f3=require('lib/base.php');
 
 $f3->set('DEBUG',0);
+$f3->set('CACHE',true);
 $f3->set('UI','ui/');
 // lazy initialized DB object
 $f3->set('DB',function() {