ZF-Starter, the “Zend Framework – Starter Kit”

Posted August 23rd, 2010 in PHP, Programming, ZF-Starter, Zend Framework by Aaron

It’s been a while since I’ve written a blog post because I’ve been extremely tied up with projects at work up for the last year+. However, now comes a time when I want to go back, explore what I’ve learned, and in the process develop a short set of tutorials explaining it all. The tools and code that I post up are going to be used in my everyday work, things I find useful and even things to make my personal coding experience easier (hopefully yours too).

The first part of this series will focus solely on downloading the starter kit, how to pull it down from the SVN, and how to make sure your apache is configured to handle it. The rest of the series will focus on using this starter kit to make some awesome apps.

To start with, this series will assume that you have a basic knowledge of the following:

  • Configuring your own local apache test environment or using a live apache server.
  • Basic understanding of PHP syntax, functions and usage.
  • Some knowledge of OOP, understanding of classes and methods.

Basically I will be giving you a “Starter Kit”, which will require you to have a functional PHP/Apache setup in order to run. From here on out, instead of referring to the package as the “Zend Framework Starter Kit”, I will simply be calling it ZF-Starter. You are free to use this code however you see fit, without attribution! Read on to check out all the steps in getting the code and getting started!

Continue Reading »