https://github.com/vseventer/xsmarty
XSmarty: a better way to setup Smarty
https://github.com/vseventer/xsmarty
Last synced: about 2 months ago
JSON representation
XSmarty: a better way to setup Smarty
- Host: GitHub
- URL: https://github.com/vseventer/xsmarty
- Owner: vseventer
- License: bsd-3-clause
- Created: 2011-12-26T17:33:37.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-26T17:38:59.000Z (about 14 years ago)
- Last Synced: 2025-01-11T22:21:08.470Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
XSmarty
====
Smarty is a popular PHP templating engine. Although Smarty is very powerful, it is often used in a non-optimal manner. This is the reason a lot of people hate Smarty. This project is not meant to prove them wrong, but just to show how one could setup Smarty.
Currently, XSmarty contains a smart method of implementing body classes, without using external variables from your controller. Smarty can be used in a MVC project, so hopefully this will get you started. In the future, I will implement view helpers, to ensure clean separation of concerns.