Friday, November 21, 2014

Install Zend framework – Easy Steps.

   No comments     
categories: 


Install Zend framework – Easy Steps.






Download the Zend Framework zip folder, for example Zend framework 1.11.10 minimal.zip.


Extract the zip file, and then copy the ‘bin file’ and ‘library file’ from it.
Make a folder in C:\XAMPP\PHP and paste those in that folder.
Go to ‘System’ in Control Panel and click ‘Advance system settings’. Open the Environmental variable window.


Copy the ‘bin’ path and paste it in the path followed by a colon (‘;’).


In XAMPP\PHP open php.ini (a configuration file) using a editor such as notepad, notepad++.
Find the “include path” line (line 830) in that configuration file and copy the library path following by a colon.

Open cmd and just type ‘zf’ then enter.
It will show the Zend commands if not, there is a problem in php
.
Then, copy the PHP path and past it in the environmental variables as we did for bin path.
Done.





0 comments:

Post a Comment