Good Talk. Needed to be code savvy to follow it all. But I will definitely look into zend framework more.
Rob Allen (22.Nov.2008 at 06:00)
Talk at PHP North West 2008 (English - US)
Zend Framework is fast becoming one of the standard frameworks for building secure, reliable and modern applications. It is a loosely coupled framework providing a flexible use-at-will architecture that allows the developer to pick and choose which components to use for a project.
One key set of compoents provided is an implementation of the Model-View-Controller design pattern which provides a mechanism for building applications where different parts of the code are separated depending on their role in the application.
In this session, we will discuss Zend Framework’s capabilities and what it has to offer the developer. We will then explore Zend Framework’s MVC components and look at how they fit together. Finally we will build a simple Zend Framework MVC application from scratch so that we can look in detail at the code.
Quicklink: https://joind.in/81
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
22.Nov.2008 at 10:44 by Jeremy Coates
Good easy intro to a complex subject, having used ZF for over 2 years now I forget how overwhelming it can be for ZF virgins to get their heads round - the pain is definitely worth it though!