Abstract controller for inheritance of Friendly URL pages.
It contains initialization of CFriendlyUrlController::$furl (friendly URL data), tweaking CController::$pageTitle and view path. Also it contains rewrited CController::$createUrl method with support Friendly URL extension.
All controllers, that called with Friendly Url extension must be extends from CFriendlyUrlController.
Located in /CFriendlyUrlController.php (line 23)
CController | --CFriendlyUrlController
In addition to CContoller constructor setting up a $furl and CController::$pageTitle.
Default action index with 404 http exception for security reasons.
Creates a relative URL for the specified action defined in this controller.
Make $furl read-only variable.
Returns the directory containing view files for this controller.
Finding it in that way:
Documentation generated on Mon, 13 Apr 2009 16:55:47 +0400 by phpDocumentor 1.4.1