Sunday, 17 April 2016

How to Configure the ZEND Framework to my localhost ?

Configure Zend Configuration with Nebeans editor.

Requirements : XAMPP, Apache, MySQL, Zend Framework library folder and Netbeans editor

Download and install the XAMPP, Apache & Mysql

Download Zend library from Zend website.

Download Netbeans from Netbeans website.

Instructions:

1) Download and unzip the zend folder. Rename(zf) and paste the floder in D:\zf

2) Install the Netbeans Editor

3) Add the path in php.ini  file

include_path = “.;D:\xampp\php\pear\;D:\zf\library;C:\Program Files\NetBeans 6.9.1\php\zend”

4) In Netbeans Editor

Go to Tools -> Options -> Php -> General(Command line : Php interpreter) D:\xampp\php\php.exe ->

Click Zend and browse (D:\zf\bin\zf.bat)

5)In My Computer

Right click on MyComputer -> Properties -> Advanced -> Environment variables -> Double click on path

and Add At last (;D:\zf\bin)

if there is any error try this way also D:\zf\bin\;D:\xampp\php\;

6) Create your own project in local host, then directly access the ZEND library.

No comments:

Post a Comment