Rudiments
|
Inherits mvctier.
Public Member Functions | |
mvccontroller () | |
virtual | ~mvccontroller () |
Public Member Functions inherited from mvctier | |
mvctier () | |
virtual | ~mvctier () |
virtual const char * | getType () |
void | setProperties (mvcproperties *prop) |
mvcproperties * | getProperties () |
void | setSecurity (mvcsecurity *sec) |
mvcsecurity * | getSecurity () |
Public Member Functions inherited from object | |
virtual | ~object () |
The mvccontroller class provides a base class for MVC (Model View Controller) controllers.
This class is not intended to be used directly, rather you should create children of this class that implements specific controller tier functionality for your application, and use them directly.
|
inline |
Creates an instance of the mvccontroller class.
|
inlinevirtual |
Deletes this instance of the mvccontroller class.