110 likes | 232 Views
Zend Framework is a high-quality open-source tool for building web applications and services, providing a standard for PHP development. It offers actively supported components and promotes collaboration in the PHP ecosystem. Learn about the MVC component and its file structure.
E N D
What is the Zend Framework? • Zend Framework is a high quality and open source framework for developing Web Applications and Web Services • Zend’s answer to Enterprise-grade frameworks • Zend’s tool to promote PHP use in the Enterprise
What is the Zend Framework? • Like PEAR, it is a collection of classes that may be used together or separately • Designed to be provide a standard for PHP development • Provide a repository of high quality
Goals • Provide a repository of high quality components that are actively supported • Provide a complete system for developing web applications powered by PHP 5 • Embrace collaboration and community to further advance PHP 5 programming • Positively contribute to the PHP 5 ecosystem and the PHP Collaboration Project
What is the MVC component? • Model: data provider • View: user interface • Controller: request processor
File Structure • /application /controller /views • /includes /js /css /images • /library /Zend /Classes Zend.php • .htaccess • index.php