IntroductionIn this article I explain how to easily set up the Zend Framework in Windows and a Wamp Server and here is the procedure for easily installing Zend and how to use the Zend Framework.Step 1Download ZendFrame_work from http://framework.zend.com/ And put it into wamp/www root, if you want to then you can rename it.Step 2After the compilation of Step 1, open the php.ini file and set the include path as your zendframe_work library path. Step 3Create your test app (Zend project). Open a cmmand prompt and then go to the "zendframe_work" bin path, where zf.exe exists, then run the image command "zf".After the running this command create the Zend Framework project.
Step 4After doing Step 4, include the "conf/extra/httpd-vhosts.conf" file and write the following lines into your "httpd.config" file:<VirtualHost *:80>DocumentRoot /wamp/www</VirtualHost><VirtualHost *:80>ServerName zendy.localhostDocumentRoot /wamp/www/Zendy/publicSetEnv APPLICATION_ENV "development" # (if needed:)# <Directory /wamp/www/Zendy/public># DirectoryIndex index.php# AllowOverride All# Order allow,deny# Allow from all# </Directory></VirtualHost>Step 5Then go to "C:" -> "windows" -> "system32" -> "drivers" -> "etc" -> "temphost", then change it as in:Step 6Now you will see that your project has been added in your localhost root.Step 7Now run it:http://localhost:9080/zend_framework/bin/zendy/public, then the output will look like:
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: