Date Archives

March 2012

Installing Zend framework with PHPUnit test (Kick Start)

Today i am exploring heavily in linux and deeply fall in love with this OS, and believe command line is friend. well so this is how i install ZF and PHPUnit test, sudo apt-get install zend-framework to confirm about installation with version check, zf show version it will show the current version of zf. now…

Read More

My first playing with git

After inspired from the speech of Rifat Nabi on DevCon’ 12, today i try to make my first move. first i need to install git so i get it from apt-get command sudo apt-get install git-core then i change my current directory to my desire project root folder. now give the following command, which initiate…

Read More