what exactly Php framework means ? can anyone refer good framework for me to learn ?
And what exactly means Pear package ?
What is framework in php ?
Moderator: General Moderators
Re: What is framework in php ?
http://www.google.com/search?q=define:php+frameworksyamswaroop wrote:what exactly Php framework means ?
http://en.wikipedia.org/wiki/Comparison ... eworks#PHPDefinitions of php framework on the Web:
* This is a comparison of notable web application frameworks.
en.wikipedia.org/wiki/Php_framework
http://en.wikipedia.org/wiki/Web_application_frameworkThis is a comparison of notable web application frameworks.
A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities performed in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse.
http://en.wikipedia.org/wiki/Comparison ... eworks#PHPsyamswaroop wrote:can anyone refer good framework for me to learn ?
Most common ones are CakePHP, CodeIgniter, Drupal, and Zend Framework, and WordPress and Joomla and a handful of others.
http://en.wikipedia.org/wiki/PEARsyamswaroop wrote:And what exactly means Pear package ?
The PHP Extension and Application Repository, or PEAR, is a repository of PHP software code. Stig S. Bakken founded the PEAR project in 1999 to promote the re-use of code that performs common functions. The project seeks to provide a structured library of code, maintain a system for distributing code and for managing code packages, and promote a standard coding style. Though community-driven, the PEAR project has a PEAR Group which serves as the governing body and takes care of administrative tasks. Each PEAR code package comprises an independent project under the PEAR umbrella. It has its own development team, versioning-control and documentation.