/var/www/vhosts/znuweb/protected/views/members/list-articles.php(548)
536 $Pages[0]='<font color=#014B70>صفحات</font>'; 537 $Page[0]='<font color=#014B70>صفحه</font>'; 538 $Pages[1]='<font color=#014B70><em>PP.</em></font>'; 539 $Page[1]='<font color=#014B70><em>P.</em></font>'; 540 ///$Pages[1]=''; 541 542 /* 543 if($art['volume']!="" AND $art['volume']!=NULL AND $art['volume']!=0) 544 {$otherdesc1.="$Volume[$langp] ".$art['volume']." ";} */ 545 546 /*MMMM $otherdesc1.="$Volume[$langp] - - - "; MMMM*/ 547 if($art['journal_no']!=NULL) 548 $otherdesc1.="$journal_no[$langp] ".$art['journal_no']." "; 549 550 $otherdesc1.="(<font color=#014B70>".$art[$Year[$langp]]."</font>) "; 551 552 if($art['page_no_end']!=NULL AND $art['page_no_end']!=$art['page_no_begin']) 553 { 554 if($art['page_no_begin']!=NULL) 555 { 556 $otherdesc1.="$Pages[$langp] ".$art['page_no_begin'].""; 557 $otherdesc1.="-".$art['page_no_end'].""; 558 } 559 else 560 $otherdesc1.="$Page[$langp] ".$art['page_no_end']."";
#0 |
+
–
/var/www/vhosts/znuweb/framework/web/CBaseController.php(126): require("/var/www/vhosts/znuweb/protected/views/members/list-articles.php") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#1 |
+
–
/var/www/vhosts/znuweb/framework/web/CBaseController.php(95): CBaseController->renderInternal("/var/www/vhosts/znuweb/protected/views/members/list-articles.php", array("model" => ZuTeachers, "lang" => "fa"), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#2 |
+
–
/var/www/vhosts/znuweb/framework/web/CController.php(912): CBaseController->renderFile("/var/www/vhosts/znuweb/protected/views/members/list-articles.php", array("model" => ZuTeachers, "lang" => "fa"), true) 907 */ 908 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 909 { 910 if(($viewFile=$this->getViewFile($view))!==false) 911 { 912 $output=$this->renderFile($viewFile,$data,true); 913 if($processOutput) 914 $output=$this->processOutput($output); 915 if($return) 916 return $output; 917 else |
#3 |
+
–
/var/www/vhosts/znuweb/protected/views/members/view_pages_fa.php(499): CController->renderPartial("list-articles", array("model" => ZuTeachers, "lang" => "fa")) 494 495 <?php //echo $content 496 if ($pg=='list-articles' and $model->articlefromsamp==0) 497 $this->renderPartial($pg, array('model'=>$model, 'model2'=>$model2, 'model3'=>$model3,'lang'=>$language)); 498 else if ($pg=='list-articles' and $model->articlefromsamp==1) 499 $this->renderPartial($pg, array('model'=>$model,'lang'=>$language)); 500 else 501 $this->renderPartial($pg, array('model'=>$model, 'model2'=>$model2,'lang'=>$language)); 502 ?> 503 504 |
#4 |
+
–
/var/www/vhosts/znuweb/framework/web/CBaseController.php(126): require("/var/www/vhosts/znuweb/protected/views/members/view_pages_fa.php") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#5 |
+
–
/var/www/vhosts/znuweb/framework/web/CBaseController.php(95): CBaseController->renderInternal("/var/www/vhosts/znuweb/protected/views/members/view_pages_fa.php", array("pg" => "list-articles", "model" => ZuTeachers, "lang" => "fa"), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#6 |
+
–
/var/www/vhosts/znuweb/framework/web/CController.php(912): CBaseController->renderFile("/var/www/vhosts/znuweb/protected/views/members/view_pages_fa.php", array("pg" => "list-articles", "model" => ZuTeachers, "lang" => "fa"), true) 907 */ 908 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 909 { 910 if(($viewFile=$this->getViewFile($view))!==false) 911 { 912 $output=$this->renderFile($viewFile,$data,true); 913 if($processOutput) 914 $output=$this->processOutput($output); 915 if($return) 916 return $output; 917 else |
#7 |
+
–
/var/www/vhosts/znuweb/framework/web/CController.php(825): CController->renderPartial("view_pages_fa", array("pg" => "list-articles", "model" => ZuTeachers, "lang" => "fa"), true) 820 */ 821 public function render($view,$data=null,$return=false) 822 { 823 if($this->beforeRender($view)) 824 { 825 $output=$this->renderPartial($view,$data,true); 826 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 827 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 828 829 $this->afterRender($view,$output); 830 |
#8 |
+
–
/var/www/vhosts/znuweb/protected/controllers/MembersController.php(1402): CController->render("view_pages_fa", array("pg" => "list-articles", "model" => ZuTeachers, "lang" => "fa")) 1397 else if ($model->articlefromsamp==1) 1398 { 1399 if($lang=="en") 1400 $this->render('view_pages_en',array('pg'=>'list-articles','model'=>$model,'lang'=>$lang)); 1401 else 1402 $this->render('view_pages_fa',array('pg'=>'list-articles','model'=>$model,'lang'=>$lang)); 1403 } 1404 1405 else 1406 throw new CHttpException(404,'The requested page does not exist66.'); 1407 |
#9 |
unknown(0): MembersController->actionarticles("amiri-mohammad", "fa")
|
#10 |
+
–
/var/www/vhosts/znuweb/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(MembersController, array("amiri-mohammad", "fa")) 103 elseif($param->isDefaultValueAvailable()) 104 $ps[]=$param->getDefaultValue(); 105 else 106 return false; 107 } 108 $method->invokeArgs($object,$ps); 109 return true; 110 } 111 } |
#11 |
+
–
/var/www/vhosts/znuweb/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(MembersController, ReflectionMethod, array("id" => "amiri-mohammad")) 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 else 49 return $controller->$methodName(); 50 } 51 52 } |
#12 |
+
–
/var/www/vhosts/znuweb/framework/web/CController.php(351): CInlineAction->runWithParams(array("id" => "amiri-mohammad")) 346 { 347 $priorAction=$this->_action; 348 $this->_action=$action; 349 if($this->beforeAction($action)) 350 { 351 if($action->runWithParams($this->getActionParams())===false) 352 $this->invalidActionParams($action); 353 else 354 $this->afterAction($action); 355 } 356 $this->_action=$priorAction; |
#13 |
+
–
/var/www/vhosts/znuweb/framework/web/filters/CFilterChain.php(133): CController->runAction(CInlineAction) 128 $filter=$this->itemAt($this->filterIndex++); 129 Yii::trace('Running filter '.($filter instanceof CInlineFilter ? get_class($this->controller).'.filter'.$filter->name.'()':get_class($filter).'.filter()'),'system.web.filters.CFilterChain'); 130 $filter->filter($this); 131 } 132 else 133 $this->controller->runAction($this->action); 134 } 135 } |
#14 |
+
–
/var/www/vhosts/znuweb/protected/controllers/MembersController.php(65): CFilterChain->run() 60 // $this->layout = '//layouts/'.$qjrnltm->theme_address.'/main_'.$qjrnl->lang1.'_blank'; 61 $this->layout = '//layouts/'.$qjrnltm->theme_address.'/listmembers_'.$language; 62 } 63 Yii::app()->language = Yii::app()->request->cookies['lang']->value; 64 65 $filterChain->run(); 66 } 67 68 public function accessRules() 69 { 70 return array( |
#15 |
+
–
/var/www/vhosts/znuweb/framework/web/filters/CInlineFilter.php(58): MembersController->filterSetLanguage(CFilterChain) 53 * @param CFilterChain $filterChain the filter chain that the filter is on. 54 */ 55 public function filter($filterChain) 56 { 57 $method='filter'.$this->name; 58 $filterChain->controller->$method($filterChain); 59 } 60 } |
#16 |
+
–
/var/www/vhosts/znuweb/framework/web/filters/CFilterChain.php(130): CInlineFilter->filter(CFilterChain) 125 { 126 if($this->offsetExists($this->filterIndex)) 127 { 128 $filter=$this->itemAt($this->filterIndex++); 129 Yii::trace('Running filter '.($filter instanceof CInlineFilter ? get_class($this->controller).'.filter'.$filter->name.'()':get_class($filter).'.filter()'),'system.web.filters.CFilterChain'); 130 $filter->filter($this); 131 } 132 else 133 $this->controller->runAction($this->action); 134 } 135 } |
#17 |
+
–
/var/www/vhosts/znuweb/framework/web/CController.php(334): CFilterChain->run() 329 $this->runAction($action); 330 else 331 { 332 $priorAction=$this->_action; 333 $this->_action=$action; 334 CFilterChain::create($this,$action,$filters)->run(); 335 $this->_action=$priorAction; 336 } 337 } 338 339 /** |
#18 |
+
–
/var/www/vhosts/znuweb/framework/web/CController.php(308): CController->runActionWithFilters(CInlineAction, array("setLanguage")) 303 { 304 if(($parent=$this->getModule())===null) 305 $parent=Yii::app(); 306 if($parent->beforeControllerAction($this,$action)) 307 { 308 $this->runActionWithFilters($action,$this->filters()); 309 $parent->afterControllerAction($this,$action); 310 } 311 } 312 else 313 $this->missingAction($actionID); |
#19 |
+
–
/var/www/vhosts/znuweb/framework/web/CWebApplication.php(282): CController->run("articles") 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))); |
#20 |
+
–
/var/www/vhosts/znuweb/framework/web/CWebApplication.php(141): CWebApplication->runController("members/articles/id/amiri-mohammad") 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. |
#21 |
+
–
/var/www/vhosts/znuweb/framework/base/CApplication.php(180): CWebApplication->processRequest() 175 public function run() 176 { 177 if($this->hasEventHandler('onBeginRequest')) 178 $this->onBeginRequest(new CEvent($this)); 179 register_shutdown_function(array($this,'end'),0,false); 180 $this->processRequest(); 181 if($this->hasEventHandler('onEndRequest')) 182 $this->onEndRequest(new CEvent($this)); 183 } 184 185 /** |
#22 |
+
–
/var/www/vhosts/znuweb/index.php(13): CApplication->run() 08 defined('YII_DEBUG') or define('YII_DEBUG',true); 09 // specify how many levels of call stack should be shown in each log message 10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 11 12 require_once($yii); 13 Yii::createWebApplication($config)->run(); |