Members : 1 Content : 47 Web Links : 14 Content View Hits : 39074
Zend (Framework, Studio and Server)
Recently I stared coding for a project with Zend Framework at my work place. Before start working with Zend Framework I was wondering what is the best PHP framework for PHP based enterprice application development. Some might argue pointing CodeIgniter, CakePHP, Kohana...ete are best for PHP application development. But I would recomand Zend Framework over following reasons.
Cool development studio called 'Zend Studio' for application development. (Integrated Zend Framework support, Debuging and Unit Testing, Platform Independent )
Easy PHP stack with Zend Server as development environment.
How to install Zend Framework
Installing Zend Framework is real simple.
Go to framework.zend.com and download the framework.
Extract the bundle.
Add the path to the library/ subdirectory of the archive to your php.ini's include_path setting.
And go to /bin directory in the extracted archive and click on zf.bat if you are using windows based OS. Open the terminal and execute zf.sh if you are using a unix based OS. This will generate the application structure for you .
Zend Framework is ready to use in your system now.
Optionally you can use this method.
Download the Zend Studio.
Install it.
Create a new Zend Framework Project.
New Project will automatically generate the application structure for you and path will also added automatically.
Create the application configuration file according to your requirements and enjoy coding with Zend Framework.
Here I have attached this video which shows some of the capabilities of Zend Studio 7.0.