writing CMS in ZEND
Posted
by Neoman
on Stack Overflow
See other posts from Stack Overflow
or by Neoman
Published on 2010-03-20T12:37:37Z
Indexed on
2010/03/20
12:41 UTC
Read the original article
Hit count: 317
php
|zend-framework
Hello guys,
I'm trying to write my own CMS using Zend framework and I created modular structure. I have modules like 'news', 'blog' and etc. Also I have "admin" module which has different layout and this is like the administrator panel where admin can edit all the content and etc. But the problem is that I'm looking for the best practice and solution to solve the problem.
I don't like the idea that my admin module will have a lot of controllers which will be for administer all the other modules. So I want to ask you all, maybe you have some tuts or just have an advice how to implement admin module separated from other modules as much as it can be done. Because I just want to copy one module for example from one project to another and I want it will work same. I don't want to search the right admin controller, view or something like this in admin module and copy this part seperatelly into new admin module.
Hope the question and situation is clear enough and I will be happy to hear any advice or see any tutorials how to do it.
Thanks guys!
© Stack Overflow or respective owner