/home/ahjktwet/domains/inli.ir/public_html/portal/protected/modules/article/controllers/ArticleController.php(132)
120 } 121 public function actionListcat($id) 122 { 123 // $title=Seo::unLink($_GET['title']); 124 /* $Article=$this->render('view',array( 125 'model'=>$this->loadModel($id,$alias), 126 ),true);/*/ 127 $model=new Article('search'); 128 $model->unsetAttributes(); // clear any default values 129 $model->status=1; 130 $model->cat_id=$id; 131 $model_cat=$this->loadArticleCat(); 132 $model2=CategoryItem::model()->findByPk($id); 133 if(!empty($model2->description)) 134 $this->metaDescription=$model2->description; 135 136 if(isset($_GET['Article_page'])) 137 { 138 $Article_page=CleanReq($_GET['Article_page']); 139 $this->pageTitle=ArticleModule::t('List Article Cat Article_page',array('{Article_page}'=>$Article_page,'{Cat}'=>$model2->name)); 140 } 141 else 142 $this->pageTitle=$model2->name; 143 144
| #0 |
unknown(0): ArticleController->actionListcat("13")
|
| #1 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(ArticleController, array("13")) 104 elseif($param->isDefaultValueAvailable()) 105 $ps[]=$param->getDefaultValue(); 106 else 107 return false; 108 } 109 $method->invokeArgs($object,$ps); 110 return true; 111 } 112 } |
| #2 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(ArticleController, ReflectionMethod, array("category_name" => "آموزش-زبان", "id" => "13")) 42 { 43 $methodName='action'.$this->getId(); 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 49 $controller->$methodName(); 50 return true; 51 } 52 } |
| #3 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/CController.php(308): CInlineAction->runWithParams(array("category_name" => "آموزش-زبان", "id" => "13")) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
| #4 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/CController.php(286): CController->runAction(CInlineAction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
| #5 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
| #6 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/CWebApplication.php(282): CController->run("listcat") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
| #7 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/web/CWebApplication.php(141): CWebApplication->runController("article/article/listcat/id/13") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
| #8 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/yii-1.1.20.6ed384/framework/base/CApplication.php(185): CWebApplication->processRequest() 180 public function run() 181 { 182 if($this->hasEventHandler('onBeginRequest')) 183 $this->onBeginRequest(new CEvent($this)); 184 register_shutdown_function(array($this,'end'),0,false); 185 $this->processRequest(); 186 if($this->hasEventHandler('onEndRequest')) 187 $this->onEndRequest(new CEvent($this)); 188 } 189 190 /** |
| #9 |
+
–
/home/ahjktwet/domains/inli.ir/public_html/portal/index.php(26): CApplication->run() 21 defined('YII_DEBUG') or define('YII_DEBUG',true); 22 // specify how many levels of call stack should be shown in each log message 23 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 24 25 require_once($yii); 26 Yii::createWebApplication($config)->run(); |