vbogoev wrote: > > The second question is about Zend_Navigation. > > I have two or three menus. Is it a good idea to split any of these menus > in individual xml files, or not? What is the best way to do that if the > method above is not good? > Hi,
Generally it is better to split multiple questions into multiple posts; however, I'll try to help you with your navigation question. I assume you mean, should you or should you not put the navigation configuration in the application.ini with everything else? My general advice is to keep everything together for ease of use at least at first, then start to move it out once it becomes an issue or if after everything is working correctly, you feel like you want the separation. My guess is that you'll likely find there is no need. If you do see the need, at least you have something working to go from rather than introducing more variables from the start. ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html DO NOT TOP-POST and DO trim your replies: http://linux.sgms-centre.com/misc/netiquette.php#toppost -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Form-Element-Captcha-troubles-and-some-question-about-Zend-Navigation-tp3241661p3245729.html Sent from the Zend Framework mailing list archive at Nabble.com.
