I have installed zend server on my local system.I created one project folder using this command line argument
zf create project quickstart
The project folder is created on C:\Program Files\Zend.
How i can run the project in browser.
http://localhost/zend/
if you create a simple zend framework with zend studio (it creates all necessary files).
put it in your server folder (htdocs) und run it with localhost/project/public/index.php
You don’t need the zend server to build/run zend Projects.
Just Download mix or max Zend Framework package and you can start.