Conceptually, all of this:
But specificity can be difficult if you are not used to it. So, at least a little more color.
Create a folder for your application, something like C:\apps\myapp.
ZF - this this - , myapp , application, library, public, tests ..
Apache. :
3.1 hosts - WinXP, C:\windows\system32\drivers\etc,
127.0.0.1 myvirtualapp
myvirtualapp, myapp, , . , Apache HTTP; - .
3.2 Apache vhost - Apache, , conf/extra/httpd-vhosts.conf. :
< VirtualHost *: 80 >
DocumentRoot "C:/apps/myapp/public"
_ myvirtualapp
</VirtualHost>
Apache.
, Zend c:\apps\myapp\library, Zend , .
, c:\apps\myapp\library PHP. , c:\apps\myapp\public\index.php. library index.php realpath(APPLICATION_PATH . '/../library').
URL: http://myvirtualapp/
, !