|
|||
|
Hi,
I'll make a CMS in PHP and I thought it could be saving me a lot of work to make it in ZF. I don't really now how I should start on this as I never worked with ZF and I don't really understand how it's working. (I don't know every term (like for example a view helper and so one...) but I started making a directory structure and I don't know if this is the best structure for my CMS. My CMS must have this features: - Modular system - Multiple themes (with different view files so the layout can be changed totally and not only with an other css file for example) This is what I have now for the structure: Code:
./application
./layouts
./modules
./module
./controllers
./models
./views
./library
./Zend
./public
./images
./scripts
./styles
./index.php
And this is my bootstrap: PHP Code:
Last edited by Juul : 06-21-2008 at 09:34 AM. |
|
|||
|
Howdy,
I m making a similar thingy, here s the bootstrap used currently : PHP Code:
More Example Zend Framework Blog madness Christer’s blog o’ fun Codecaine.co.za / Codecaine.co.za now in SVN ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|