php - Creating website using Zend Framework -


i have installed zend server on local system.i created 1 project folder using command line argument

zf create project quickstart 

the project folder created on c:\program files\zend. how can run project in browser. http://localhost/zend/

if create simple zend framework zend studio (it creates necessary files).

put in server folder (htdocs) und run localhost/project/public/index.php

you don't need zend server build/run zend projects.

just download mix or max zend framework package , can start.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -