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.

Reply via email to