Ubiquity  2.0.0
php rapid development framework
ControllerBase Class Reference
+ Inheritance diagram for ControllerBase:

Public Member Functions

 initialize ()
 
 finalize ()
 
- Public Member Functions inherited from Controller
 index ()
 Default action. More...
 
 __construct ()
 Constructor
Automatically invokes the isValid () method to check if access is allowed. More...
 
 initialize ()
 Method called before each action Can be override in derived class. More...
 
 finalize ()
 Method called after each action Can be override in derived class. More...
 
 loadView ($viewName, $pData=NULL, $asString=false)
 Loads the view $viewName possibly passing the variables $pdata. More...
 
 isValid ()
 Returns True if access to the controller is allowed To be override in sub classes. More...
 
 onInvalidControl ()
 Called if isValid () returns false
To be override in sub classes. More...
 
 forward ($controller, $action="index", $params=array(), $initialize=false, $finalize=false)
 Loads the controller $controller and calls its $action method by passing the parameters $params. More...
 
 redirectToRoute ($routeName, $parameters=[], $initialize=false, $finalize=false)
 Redirect to a route by its name. More...
 

Protected Attributes

 $headerView ="main/vHeader.html"
 
 $footerView ="main/vFooter.html"
 
- Protected Attributes inherited from Controller
 $view
 

Detailed Description

Definition at line 7 of file ControllerBase.php.

Member Function Documentation

◆ finalize()

finalize ( )

Definition at line 17 of file ControllerBase.php.

◆ initialize()

initialize ( )

Definition at line 11 of file ControllerBase.php.

Field Documentation

◆ $footerView

$footerView ="main/vFooter.html"
protected

Definition at line 9 of file ControllerBase.php.

◆ $headerView

$headerView ="main/vHeader.html"
protected

Definition at line 8 of file ControllerBase.php.


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