Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Robert Basic's Blog:
Starting with Zend Framework
Oct 14, 2008 @ 17:09:52

Robert Basic recently posted this introduction to the Zend Framework, a simple overview to how the framework is laid out and how you can get started.

Zend Framework is a big & heavy object-oriented framework for PHP. I started working with ZF a couple of months ago, I liked it's documention (it's very well documented) and decided to stick with this framework. Here is the latest version of the framework — at the time of writing v1.6.1.

He talks about the framework's use of the MVC pattern, its coding standards, and some of the basic terms and file structure behind a simple ZF application. He's even included an .htaccess file and a sample bootstrap (index.php) to get you started.

tagged: introduction zendframework bootstrap htaccess documentation mvc

Link:


Trending Topics: