02-29-2008, 12:42 AM
|
#4 (permalink)
|
|
The Contributor
Join Date: Feb 2008
Location: Croatia
Posts: 90
Thanks: 4
|
Here is the thing. I write my modules as little programs that use the core and user part of the CMS as a framework. so they are independent from the other parts of the cms.
I would like my structure to be like this
Code:
controllers/
..core/
..user/
..modules/
.........newsModule
.........galleryModule/
And configure my URL when entered site.com/about-us/ to use newsModule that is added to the about-us page. I know that Zend is loading controllers as in url - site.com/gallery - would load gallery controller. I want to remove this limitation and maybe put a little configure file that says about-us -> module/newsModule controller.
:/
__________________
Back from sysadmins to the programmers.
|
|
|