Re: [fw-general] Re: Setting up Zend Filesystem Cache with DI

2012-05-12 Thread Bill YILDIRIM
Hi cmple, That didn't work initially, threw this message PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class Zend\\Cache\\Storage\\Adapter does not exist' changed the adapter to abstractadapter and it worked. But could you tell me how to configure the Filesystem cache

[fw-general] Re: Setting up Zend Filesystem Cache with DI

2012-05-12 Thread cmple
boosis wrote Hi cmple, That didn't work initially, threw this message PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class Zend\\Cache\\Storage\\Adapter does not exist' changed the adapter to abstractadapter and it worked. But could you tell me how to

[fw-general] Re: Setting up Zend Filesystem Cache with DI

2012-05-12 Thread Marco Pivetta
`'cacheDir' = __DIR__ . '/../../../data/cache',` should not be needed, as in a default setup, you have your CWD set to the application root. `data/cache` should be enough :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 13 May 2012 02:02, cmple [via Zend Framework