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

Index module controller. More...

+ Inheritance diagram for indexController:
+ Collaboration diagram for indexController:

Public Member Functions

 __construct ()
 Constructs a index controller instance.
 adminIndex ()
 admin index view
 index ()
 Jeff default index views (admin and public)
 publicIndex ()
 public index view
 userIndex ()
 user index view

Detailed Description

Index module controller.

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

Definition at line 28 of file index.controller.php.


Constructor & Destructor Documentation

Constructs a index controller instance.

Returns:
index controller instance

Reimplemented from controller.

Definition at line 35 of file index.controller.php.


Member Function Documentation

admin index view

Returns:
admin index view output

Definition at line 90 of file index.controller.php.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Jeff default index views (admin and public)

public

Returns:
index view output

Definition at line 49 of file index.controller.php.

+ Here is the call graph for this function:

public index view

Returns:
public index view output

Definition at line 62 of file index.controller.php.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

user index view

Returns:
user index view output

Definition at line 76 of file index.controller.php.

+ Here is the call graph for this function:


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