Browse Source

enable CACHE for SQL schema caching

Christian Knuth 12 năm trước cách đây
mục cha
commit
1314115c52
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {