Month: February 2011

php tips and tricks web development Zend Framework

Zend Framework – Auto Loading and Sessions

The journey is still going on, the porting still happening. So what happens when the you need to setup up an autoloader so that you can remove all the include, include_once, require, require_once calls in the different classes. It is also necessary in cases where you need to instantiate a class based on a combination […]

php tips and tricks web development Zend Framework

Zend Framework Setup

Like all things to be done, this should be the simplest, just drag, drop and boom a page would automagically appear. Well that only happens in fairy tales, and it seems that we are in the real world over here. The setup seems to be fairly easy, download a copy of the framework, unzip and […]

php tips and tricks web development Zend Framework

Zend Framework – The Journey

The development team that I lead is standardizing on Zend Framework (http://www.framework.zend.com) as a development platform. This category of posts will be dealing with the issues that we are running into, and how we are solving them, to help alleviate other people’s pain. We have reviewed a number of platforms, but essentially narrowed it down to […]

Back To Top