[fw-general] ZF & PHPUnit Test suite configuration

2009-11-02 Thread Mike974
Hello everyone, I just begin to use unit testing with zend framework and zend studio 7. After generating test files I decided to create a test suite, I have a folder named tests in my application and all test files are stored inside it. When trying to create the test suite based on that folde

Re: [fw-general] Zend_Navigation and XML file

2009-10-06 Thread Mike974
Actually, To be more clear :), I'm looking for a way to force the submenu to display in every pages except the home page. Any ideas ? Mike974 wrote: > > Hi everyone, > > I used Zend_Navigation to display a menu with several items, and for each > item the correspon

[fw-general] Zend_Navigation and XML file

2009-09-30 Thread Mike974
Hi everyone, I used Zend_Navigation to display a menu with several items, and for each item the corresponding submenu. I used an XML file to manage the menu/submenu structure. The problem is when I have a link inside a page which links to a controller and an action, i have to declare it into