sasezaki wrote
>
> Hi all.
>
> currently, my setting for Zend\Cache & Factory. It works.
>
> In Module.
> https://github.com/sasezaki/AzunyanModule/blob/master/config/module.config.php
>
> In case usage as Di Component
> https://gist.github.com/2291030
>
> --
> List: [email protected]
> Info: http://framework.zend.com/archives
> Unsubscribe: [email protected]
>
Thanks sasezaki! That worked!
but I'm still having trouble with Serializer plugin:
'cache' => array(
'parameters' => array('cfg' => array(
'adapter' => array(
'name' => 'Filesystem',
'options' => array(
'dirLevel' => 2,
'cacheDir' => __DIR__ .
'/../../../data/cache',
),
),
'plugins' => array(
*'Serializer'*
),
),
),
),
This worked before taking the latest zf2 version update,
is there some sort of new option I need to pass?
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/ZF2-Factory-method-and-Zend-Di-tp4257197p4562167.html
Sent from the Zend Framework mailing list archive at Nabble.com.
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]