Zend Framework 1.5 Official QuickStart

Posted on March 16th, 2008, by Cristian in Development, Tutorials

Zend Framework is an open-source PHP framework with a flexible, use-at-will architecture that lets you easily build modern web applications and web services. Zend Framework (or ZF) is often referred to as a “component library” because it has many components that can be used more or less independently to help build your web application. However, Zend Framework also provides a core MVC implementation that you may use to provide basic “best practices” structure to your web applications.

This QuickStart will guide you through the implementation of a simple blog application with a common page layout to demonstrate some of the advanced features of Zend Framework along with the Zend_Controller, Zend_View, Zend_Layout, Zend_Form, and Zend_Db components.

In my opinion I think that ZF it’s good, it has a lot of advanced features but I’m still a CakePHP fan, for its simplicity and rapid development.

Open the ZF Quickstart 1.5

2 comments

  1. Zend Framework 1.5 Finaly Out | Candes Projects | Cristian Neagu - Web designer & developer on March 17th, 2008 at 6:07 pm
  2. Wil Sinclair on March 18th, 2008 at 5:16 am

Leave a comment

Advertise / Sponsors

Comments RSS Feed

Recent Comments

  • yuci: ok, i solved the problem, but i will search for a better one. i just noticed, hidden div doesnt show itself...
  • yuci: hey, yeah i downloaded well, and i edited a lot this application, and i can say that, it is a wonderful app....
  • Cristian: No, it’s working as I tested.
  • yuci: is link dead, or just some temporary problem? i cant download zip files.
  • Fredrik: I can’t get this to work. It seems to fail at $order->setShippingAmount( $shipping_amount +...