Hello all, I need you help about ZEND FRAMEWORK.. I wanna know what is the different between PHP and ZEND FRAMEWORK? Thanks.
Well it can't be even compered. PHP is a programming language, while ZF is a framework for PHP, to put it simple ZF is a set of classes and objects that can be used WITH PHP, the whole idea behind frameworks is to increase development speed in particular language.
Bang on right there Zend Framework is a tool to speed up development and have to worry more about business logic opposed to the underlying things. So it's not necessary to worry about handling various database issues, routing to the right pages, handling the template parsing ect.