[fw-general] Zend Framework 2.1.4, 2.0.8, and 1.12.3 Released!

2013-03-14 Thread Matthew Weier O'Phinney
The Zend Framework community is pleased to announce the immediate availability of three new releases: 2.1.4, 2.0.8, and 1.12.3! Packages and installation instructions are available at: http://framework.zend.com/downloads/latest The ZF2 releases include three security updates, and all ZF

[fw-general] zf2 zend routing get request parameters with $this-params()-fromQuery() not working

2013-03-14 Thread micon
i have added this zf2 route config to the standard skeleton application: 'test' = array( 'type'= 'literal', 'options' = array( 'route'= '/test', 'defaults' = array( 'controller' =

[fw-general] Using DI in view helper in ZF 2.1

2013-03-14 Thread RobinvdM
We been using ZF 2.0 for a couple of months now. We've build an extensive library for our personal purposes, which contains extensions to the ZF library, view helpers, custom validators etc. In our view helpers using ZF 2.0, it used to be possible to use the DI in a view helper. For example,

[fw-general] ZF2 - Rendering Partials in Other Modules

2013-03-14 Thread Terre Porter
Hi, I was hanging out in zftalk earlier and someone asked about using a the partial view helper and loading a template from a different module. I got curious and went looking, I wanted to do the same thing eventually. In the docs at