So i ve been at this for 2 days now and i cannot get it to work together. I have installed Wamp 2.2 in a standard manner at c:wamp, nothing special. I downloaded and extracted the Zend Frameworkm folder and placed the folder it in the C:wamplibrary folder.
因此,它希望:
C:wamp
- www
- ht.acces
- index.php
- bin
- library
- ZendFramework
- bin
- library
- etc.
- logs
- tools
- etc.
如今,按照指示,I将“C”站点和Zentd”框架图书馆列入称为“PATH”的系统变量:C.:wamplibraryendFrameworkin;C:wampinphp5.3.10;
现在,我可以开立圆柱,用 type子制造快速启动的项目,我指示它创建www.org. like:
C:wamp
- www
- quickstart
- application
- data
- library
- etc
- ht.acces
- index.php
- bin
- library
- ZendFramework
- bin
- library
- etc.
- logs
- tools
- etc.
现在开始。 互联网上的所有指南都告诉我,这应当包括ZentdFramework文件夹在SendFramework文件夹中的位置。
既然如此,没有人要确切地讲明:C.ini文档! 其中2人,因为你们中多数人知道1人,1人掌握在册。
因此,我回答我的问题的第一部分,即,我确实需要吗?
Wich紧接着是第二编,如何适当建立虚拟东道方,而这正是在C:wampwwwquickstart上正确管理被冻结的申请所需要的。
从可以收集到哪些东西,需要修改档案。 组合文件 C.wampinApache2.2.21conf
我需要补充一些内容。
<VirtualHost 127.0.0.1>
ServerName quickstart
DocumentRoot "c:wampwwwquickstartpublic"
<Directory "c:wampwwwquickstartpublic">
AllowOveride all
Order Allow,Deny
Allow from all
<directory>
<VirtualHost>
Then after doing so i need to change the host file in the directory c:windowssystem32driversetc. However at that point i am completely lost. My host file looks like this :
--- standard commented wall of text ---
127.0.0.1 localhost
此时此刻,唯一知道似乎已经接近的一点是,我需要增加一条线:
127.0.0.1 localhost quickstart
Or something along those lines.
因此,在泽斯德框架方面的经验中是否有任何人可以向我提供答案? (a) 基本标准:
Björn -