Php Flow » Php

how to configure zend framework in xampp

Hi,
friends Now i am describing how to set up zendframework on windows xampp.

step 1
Install xampp server on your local drive like. c:/xampp if you have installed xampp then leave first step.

step 2
Download the latest ZendFramework and extract it.

step 3
open Zendframework folder and open subfolder “library” and here you will find a folder named “Zend”, copy it
and past it to the location “c:/xampp/php/”, within “php” folder.

step 4
edit php.ini configuration file “c:/xampp/php/php.ini” , open it and find “include_path” for windows include_path = “.;c:\xampp\php\Zend”.

step 5
open console terminal, and go “c:\xampp\htdocs>” and type the following command
“c:\xampp\htdocs>c:\xampp\php\zf.dat create project zendtest”. if no error message see. you project has been created.

step 6
Now check your “htdocs” folder for “zendtest”. where all the necessary folders.

step 7
open this url in browser “http://localhost/zendtest/public”

Did you enjoy this article? Share it!

About the Author:

Hi, This is Parvez Alam from India. I am software developer with 4 years’ experience in web development. I have submitted articles on PHP, Mysql, Magento,CSS, HTML, jQuery, web designing and social API. You can subscribe to my blog via RSS/Twitter/Google plus and Facebook.

Random Posts

3 thoughts on “how to configure zend framework in xampp

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>