Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Data Structures | |
class | template |
Class used to manage and parse templates. More... | |
class | templateFactory |
Factory Class which creates concrete templates objects. More... |
The global templates are those which renders the whole document starting from <html> to </html>, they stays in the theme folder and are called by the template factory basing upon url request and user authentication.
The global templates are file with extension '.tpl'. Are written in html with some special tags parsed by the template engine.
Special tags are rounded by {} parenthesis. Jeff supports only some tags by now, but they can be easily extended to perform more actions.
In particular Jeff base has two kinds of special tags: