Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
templateFactory Class Reference

Factory Class which creates concrete templates objects. More...

Static Public Member Functions

static create ()
 Creation of the global template object.

Detailed Description

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.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 49 of file template.factory.php.


Member Function Documentation

static templateFactory::create ( ) [static]

Creation of the global template object.

Returns:
the template object or error

Definition at line 56 of file template.factory.php.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: