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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -