Zend CLI Commands

Sat, 03/03/2012 - 15:13 -- jon

zf assumes that Zend is installed and zf.sh is aliased or symlinked to zf.

Initialize a new Zend project. Creates the folder/file structure in the project_name folder.
zf create project project_name

List all the possible commands.
zf -help

Enable a global layout with Zend_Layout. Application layout, layouts/scripts/layout.phtml.
zf enable layout

Create a Model, models/ModelName.php, (camelCased).
zf create model modelName

Ubuntu As A Development Platform, LAMP

Wed, 02/22/2012 - 23:37 -- jon

Development is useless without having a LAMP, Linux Apache MySQL PHP, setup on your machine and fortunately is easy to setup on Ubuntu.

LAMP

Basically, follow these instructions on unbuntu.com and here's a break down of what I did to get this setup.

Install, tasksel
sudo apt-get install tasksel

then
sudo tasksel install lamp-server

done.

Subscribe to KAMKE RSS