Class ExtendedDca.
This interface holds information that extends the default DC_Table compatible definition.
It holds reference of which classes to use for the controller, the view and the callbacks.
Methods
Get the class name of the controller class.
getControllerClass() : string
Get the class name of the view class.
getViewClass() : string
Set the class name of the controller class.
setControllerClass(string $controllerClass) : void
Parameters
$controllerClass
string
The class name.
Set the class name of the view class.
setViewClass(string $viewClass) : void
Parameters
$viewClass
string
The class name.
Properties
Controller class to use.
$controllerClass : string
View class to use.
$viewClass : string
Constants