validator cleanup.

This commit is contained in:
Qiang Xue
2013-01-20 19:39:56 -05:00
parent 76b153a368
commit 78396afb02
6 changed files with 65 additions and 143 deletions

View File

@ -87,15 +87,6 @@ class Controller extends Component
parent::__construct($config);
}
/**
* Initializes the controller.
* This method is called by the application before the controller starts to execute an action.
* You may override this method to perform the needed initialization for the controller.
*/
public function init()
{
}
/**
* Runs the controller with the specified action and parameters.
* @param Action|string $action the action to be executed. This can be either an action object