Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Factory Class which creates concrete templates objects. More...
Static Public Member Functions | |
static | create () |
Creation of the global template object. |
Factory Class which creates concrete templates objects.
This is an abstract class which operates to return specific template objects depending on some logic, which in the default framework is based over admin/logged/unlogged user states.
It's very easy here to add your desired logic and call different templates basing upon your needs, for example you may return different templates basing upon url request.
Definition at line 49 of file template.factory.php.
static templateFactory::create | ( | ) | [static] |
Creation of the global template object.
Definition at line 56 of file template.factory.php.