Maybe you can do a special route for this. Something like /admin/blog redirect to adminController in blog module, ou adminBlogController, i dont know, but is an idea for you.
::: Diego Potapczuk »» NEAD - Núcleo de Educação a Distância »» SENAI-BA »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Mon, Sep 21, 2009 at 11:39 PM, cobbweb <[email protected]> wrote: > > Hi all, > > I'm building a standard CMS with Zend Framework with the typical modules: > Pages, News, Blog, Gallery, etc. > > Each module will have an section in the CMS admin/back-end. Just wondering > which way would be the best to layout the structure. > > Ultimate, I would like front-end modules to be accessed via: > www.site.com/gallery/ > www.site.com/news/some-news-title/ > ...etc > > and the admin to be: > www.site.com/admin/gallery/edit/34 (edit gallery 24) > www.site.com/admin/news/edit/327 (edit news article 327) > > But I would like it if the modules where completely self-contained, which > would mean the admin section would contained within the modules folder. > > Just wondering what people are thinking or a better way I might be able to > do this. > > Cheers, > Cobby > -- > View this message in context: > http://www.nabble.com/Directory-Folder-Structure-for-admin-back-end-tp25530546p25530546.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
