Re: [fw-general] Extensible web admin

2014-06-07 Thread Emmanuel Bouton
Thanks a lot for all your responses ! SpiffyNavigation + use of placeholders seems to fit perfectly to my need. Let's dig into that :) 2014-06-06 12:28 GMT+02:00 Stefano Torresi web...@stefanotorresi.it: you can use Zend\Navigation or, even better, Spiffy Navigation (

Re: [fw-general] Extensible web admin

2014-06-06 Thread Wojciech Nowogrodzki
Hi, One of the solutions could be create service i.e. MyAwesomeAppPluginManager with methods: navAdd(), navGet(), navGetAll(), navExist(), etc... Let's assume that navGetAll() will return an array of added options i.e.: array( 0 = array('url' = 'http://domain/first_url', 'name' = 'Super

Re: [fw-general] Extensible web admin

2014-06-06 Thread Stefano Torresi
you can use Zend\Navigation or, even better, Spiffy Navigation ( https://github.com/spiffyjr/spiffy-navigation). just register a navigation instance as a service and have it composed by modules configuration, or decorate it in your modules via the service manager. for other templating stuff, i