开发者

which framework should i choose from zend or symfony with respect to more customization [closed]

开发者 https://www.devze.com 2023-03-04 19:37 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号