Skip to content

Zend Framework 1 skeleton application with individual modules and PHPTAL as default view

Notifications You must be signed in to change notification settings

xorock/ZF1-Skeleton-PHPTAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZF1-Skeleton-PHPTAL

Zend Framework skeleton application with individual modules and PHPTAL as default view.

Included packages:

  • Zend Framework 1.12.3
  • ZTAL and PHPTAL
  • ZFDebug

Install

Download package, copy index.php from /www to web accessible folder (htdocs, public_html, etc.). Other files should not be available from the outside. Depending on the server configuration, chmod all files so that only PHP process can access them (chmod o-rwx, chown www-user:www-user). /temp and /data/logs/ directories should be writable.

By default Zend router does not require mod_rewrite-like functionality. You could simply type http://localhost/index.php and all routes will be transformed properly. Please refer to http://framework.zend.com/manual/1.12/en/zend.controller.router.html

External links

About

Zend Framework 1 skeleton application with individual modules and PHPTAL as default view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages