Kurinchi Blogger Scribbles …


Posts Tagged ‘zend framework’

Mar 06
2011

Zend Framework: Simple steps to create Action Helper

Last updated: August 21st, 2011

Action helpers in Zend controller helps in abstracting concepts that are in common use for the project without cluttering the code base.

Zend’s official website and Zend casts gives detailed easy to use examples.

Step 1: Decide where you want the helper class for the controllers to reside inside the application folder. For this example, let us create a folder hierarchy under “application” folder

» application/controllers/Helper
(more…)

Mar 25
2010

Setting up Zend Framework – for Beginners

Last updated: March 23rd, 2010

Download the latest version of Zend framework from
http://framework.zend.com/download/latest

At the time of writing it was 1.10.2 available at Zend 1.10.2

$ pwd
/tmp

$ wget http://framework.zend.com/releases/ZendFramework-1.10.2/ZendFramework-1.10.2.tar.gz
(more…)


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict