PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Yeah but all the core stuff is done, its pretty stable these days and is good enough for production with the possible exception of Zend_Db, which seems to still have a lot of bugs logged under it.
The Ninja Space Goat wrote:It's still awesome though.
You read the source in the Zend Framework and you are simply saying "Oh what a good idea!" and "Why didn't I think of that?!" constantly. It's clear the amount of careful planning and consideration has gone into ZF.
Theme engine? Do you mean a template engine? Most if not all frameworks support, in some fashion, a template engine. Whether it's an outside developed system versus built-in, that's really up to the framework.
There are a lot of frameworks out there. What languages are you familiar with?
Well one thing that really turned me on to the Zend Framework was the fact that it can be as light-weight as you make it. You can use its components independant of eachother. Say you want to use adodb instead of Zend_Db... you can! Say you want to set up your system without MVC (Zend_Controller_*)... you can! It's very cool.
What does x, y and z framework offer in terms of features, use and your personal taste?
What do you need and want now?
What do you need and want later?
I just started using code igniter and I'm loving it so far... They have an incredible user guide available along with several tutorials and even a few video tutorials.
It's simple, lightweight and best of all, it stays out of your way, you can code however you want to code...
I just want a base to start off my applications on, that simple and light weight. Want it to handle all the common things such as MySQL, Form validation, template engine etc...