Skip to content
forked from arshaw/phpti

PHP Template Inheritance (in straight PHP)

License

Notifications You must be signed in to change notification settings

shadyhill/phpti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This project is no longer maintained! more info

PHP Template Inheritance (PHPTI)

Template Inheritance is an extremely useful technique for making reusable HTML layouts for a site. It is much more flexible than alternative techniques, such as "including" common elements of a page (like a header and footer file).

The concept has been around for a while, most notably in the Django template engine. Unlike other libraries, PHP Template Inheritance lets you write everything in straight PHP. There is no need to learn another template language.

Links

Released under the MIT License (license.txt)

About

PHP Template Inheritance (in straight PHP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published