void __construct(
[
$params = array()]
)
|
|
Constructor
Parameters:
API Tags:
string classToFilename(
string
$class
)
|
|
Convert a class name to a filename
Parameters:
API Tags:
string formatModuleName(
string
$unformatted
)
|
|
Format the module name.
Parameters:
API Tags:
string|false getControllerClass(
$request
)
|
|
Get controller class name
Parameters:
|
Zend_Controller_Request_Abstract |
$request: |
|
API Tags:
| Return: | Returns class name on success |
| Access: | public |
string loadClass(
string
$className
)
|
|
Load a controller class
Attempts to load the controller class file from getControllerDirectory(). If the controller belongs to a module, looks for the module prefix to the controller class.
Parameters:
API Tags:
| Return: | Class name loaded |
| Access: | public |
Information Tags:
| Throws: | Zend_Controller_Dispatcher_Exception if class not loaded |