I am migrating my old application to the new Zend Framework 2.0. My app uses it just as a library (no Zend\Application use or anything of the MVC part), and I have problems using the Form Helpers. So, I ended having 2 questions:
- How can I add a Helper path to the PhpRenderer?
- Searching though the code, I found a class called ViewHelperManagerFactory, which has the default helper paths. How can I use it to change the HelperManager by a new one created by this factory with all the paths setted? (note I dont have a ServiceManager).