We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89775c8 commit 1b2cbf4Copy full SHA for 1b2cbf4
examples/101.learn_fast.php
@@ -4,7 +4,7 @@
4
* Here is how to setup and work on phpFastCache fast!
5
*/
6
7
-require_once("phpfastcache/phpfastcache.php");
+require_once("phpfastcache.php");
8
// auto, files, sqlite, xcache, memcache, apc, memcached, wincache
9
phpFastCache::setup("storage","auto");
10
0 commit comments