Skip to content

heatskr/zf1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZF1

Zend Framework 1.12 sample application

Intialize

$ git clone [email protected]:heatskr/zf1.git
$ cd zf1
$ make

Apache 2

Virtual host example

<VirtualHost zend.local:80>
  ServerName: zend.local
  DocumentRoot: /path/to/zf1/public
  <Directory /path/to/zf1/public>
    Allow from all
  </Directory>
</VirtualHost>

About

Zend Framework 1 sample application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published