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

  • Alex: try this: #style { -webkit-width:900px; } worked for me
  • Cristian: I am not modifying the core files. What I post as example is part from a module that observer an event and...
  • Magnus_A: Great idea. I am searching for a payment option that will allow me to add a handling fee to the order. In...
  • Cristian: Yes, is tru the plugin doesn’t support that. But also I think that you are able to control level 2...
  • donny: Hi Christian, thanks but what i miss a sub menu unter a submenu. I have a horizontal structure with 5 op...