Tag archives: blog tutorial

ZF Tutorial 3 – The Model

In the last post of this series I covered some basic groundwork on the MVC architecture. I briefly went over the three layers and what the role of each one is in an application. In this post I intend to give a more in-depth overview of the model.

Continue reading

ZF Tutorial 2 – Model-View-Controller

Model-view-controller (MVC). What is it? What does it do? Is it helpful to web development? All valid questions. And questions this post will try to answer. To learn the Zend Framework it is imperative that you understand the theory behind MVC and how the architecture pattern works.

Continue reading

ZF Tutorial 1- Introduction

Welcome to the Zend Framework Blog application tutorial series. I’m writing this series because for one I enjoy writing but also as hopefully a help to the open source community. I’ve taken much from the open source community over the years but besides a few bug patches and some help on documentation I haven’t really given back much. So this is an attempt to do that as well as to teach somebody step by step from the beginning how to create an application with the Zend Framework.

Continue reading