which framework should i choose from zend or symfony with respect to more customization [closed]
I have been using joomla for 2years . The only problem with joomla is that i have less control over customization .
I am thinking of learning new framework 开发者_如何学JAVAso that i make my own little cms in case i need to design the site from scratch.
ia m thinking of having
1)Registration Form
2)members ARea
3)Login System
so that i can have small base packagae and then i can build the new site from there.
I am confused which framework should i choosen Zend or symfony. I am ready to learn any but just thought if anyone can guide
Build it from scratch is always the hardest way to go. But that way you can have the customization that you will not have in other case. If you code you cms with right techniques it will be also more lightweight than any other. But if you want to build using framework I will recommend Codeigniter as it is one of the easiest to learn, very customizable and has the best guides and onsite documentation.
Start here http://codeigniter.com/
And use heavily documentation, which is very easy to read http://codeigniter.com/user_guide/
For customisation, Zend. It's very, very decoupled and is in some senses a "framework framework". However, you would probably get up and running faster with other frameworks (such as Symfony).
Whichever framework you use, if you are going to customise it a lot then you probably won't be using the majority of their code. Go with the one whose 'model' (i.e. organisation of files, implementation of MVC, how the 'loader' works) most closely fits what you need.
精彩评论