cobbweb 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.
> 
> Ultimately, I would like front-end modules to be accessed via:
> www.site.com/gallery/34
> 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.
> 
> EDIT: Ignore my customer rules for news, etc...I can handle that.
> 
> Cheers,
> Cobby
> 


Ok, at this stage I think I will add an admin module inside the frontend
modules, now I just gotta figure out how to set this up.
-- 
View this message in context: 
http://www.nabble.com/Directory-Folder-Structure-for-admin-back-end-tp25530546p25831545.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to