Skip to content

Yashg2910/DBMS

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

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages