Looking into using frameworks for some personal PHP apps - the only one I have ever vaguely used us codeigniter, are the any better well documented frameworks available?
|
|
I'd stick with CodeIgniter to be honest. More importantly though, why do you need a framework? By that I mean, a framework is a tool designed to solve problems so your question--which is quite common--is sort of like going to the hardware store and asking what tools to buy without having a plan of what you're going to build, how or why. So don't use a framework because you think you should have one. Use one when it solves a problem you actually have, not a problem you think you may eventually have. If you just want to see how something is different, well there are lots to choose from: CakePHP, Symfony, Zend and others. Zend probably isn't a bad one to choose because it's quite modular so you can use as much or as little of it as you like. |
|||||||||
|
|
I use Zend Framework. Because:
|
|||||||
|
|
Well,
|
|||
|
|
|
if its a few pages of php scripts to send emails and query mysql to display stuff, i'd rather do it without any php framework. otherwise, i'd recommend symfony. it has a slight (maybe not so slight {g}) learning curve, but can be very productive. end of the day, its individual preference...so check out this comparison and decide for yourself. ;-) |
|||
|
|
This recent talk discusses a few pros and cons of some PHP frameworks, see if it helps: |
||||
|
|
|
Yii is powerful framework and it's well documented: http://www.yiiframework.com/ |
|||
|
|
|
i use php-quantum, super easy and fast, uses smarty and phpactiverecord, so it's kinda powerful. |
|||
|
|
|
I think symfony is excellent... |
||||
|