瀏覽代碼

enable CACHE for SQL schema caching

Christian Knuth 12 年之前
父節點
當前提交
1314115c52
共有 1 個文件被更改,包括 1 次插入0 次删除
  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() {