Custom high performance search engine development contract or hire by Kevin Duraj Tel: (310) 774-948

Category Archives: PHP Zend Framework

Zend Installation on Mac

Zend_Tool for OS X or Linux
• Extract the downloaded archive file, ZendFramework-1.10.0-minimal.zip in your Downloads directory by double clicking on it.
• Copy to /usr/local/ZendFrameworkCli by opening Terminal and typing:
sudo cp -r ~/Downloads/ZendFramework-1.10.0-minimal /usr/local/ZendFrameworkCli
• Edit your bash profile to provide an alias:
• From Terminal, type: open ~/.bash_profile
alias zf=/usr/local/ZendFrameworkCli/bin/zf.sh
to the end of the file
• Save and [...]

Zend Subversion

svn export http://framework.zend.com/svn/framework/standard/trunk
svn checkout http://framework.zend.com/svn/framework/standard/trunk

Zend Framework Tutorials

These particular videos require a little more background knowledge from the viewer, in terms of overall php development experience.
Reference from killerphp.com

http://www.killerphp.com/zend-framework/videos/

Reference from Akrabat.com

http://akrabat.com/zend-framework-tutorial/
http://akrabat.com/wp-content/uploads/getting-started-with-the-zend-framework_122.pdf