Skip to content

Sanemplate is an opensource php library for basic PHP templating.

License

Notifications You must be signed in to change notification settings

judasane/sanemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sanemplate

Sanemplate is an opensource php library for basic PHP templating. ##How to use## To use Sanemplate, you just need to create a new Sanemplate() object, the new object can be instantiated with one optional parameter (the route of the base folder); after that, you can use the two basic methods of the library:

###makePage()### It is the main method of the template system, you can pass just a string with the filename and an associative array and it will return a string with de code ready to show your users!

About

Sanemplate is an opensource php library for basic PHP templating.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages