views:

32

answers:

1

Hi I created several module for my own CMS like category, article, core , ...
now how can I access these modules with url like:

http://localhost/mycms/admin/category
http://localhost/mycms/admin/article , ...

note: the admin is not module, it's only prefix

A: 

See this answer for a relevant discussion: Zend Framework Admin Module structure

David Weinraub
I saw that but in my case all article,category and etc are modules it's not important for me that admin is module or not . the solution is not good and technical. thanks
Behrang