* yiic CommandName ActionName --Option1=Value1 --Option2=Value2 ... *
yiic sitemap --type=News
* class SitemapCommand extends CConsoleCommand { * public function actionIndex($type) { * .... * } * } *
* 'behaviorName'=>array( * 'class'=>'path.to.BehaviorClass', * 'property1'=>'value1', * 'property2'=>'value2', * ) *
* function foo($source,$params) *