Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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](http://www.djangoproject.com/) 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
-----

- For a tutorial on how to use this library, visit [phpti.com](http://phpti.com/)
- For bugs, visit the [Issue Tracker](http://github.com/arshaw/phpti/issues)
- For development, visit the [GitHub Project](http://github.com/arshaw/phpti)
- Created by [Adam Shaw](http://arshaw.com/)

Released under the MIT License (license.txt)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages