/home/www.51clf.com/web/protected/modules/Muniversity/views/largefairs/sdbys_company.php(101)
089 <!-- <p>2019-12-17 09:09</p> --> 090 </div> 091 </li> 092 <?php endforeach;?> 093 </ul> 094 </div> 095 <?php else:?> 096 <?php $jobs=unserialize($stand->infos);?> 097 <br/> 098 <div class="jobfair-content"> 099 <h5>招聘信息</h5> 100 <ul> 101 <?php foreach ($jobs as $v): ?> 102 <li class="clearfix"> 103 <div class="list-left fl"> 104 <a href="<?php echo $this->createUrl('/job/view', array('id' => $v['jid']));?>"><?php echo $v['job'];?></a> 105 <p class="text-blue"><?php echo Cache::getvalue(Common::is91job()?'DataEducationmajor':'DataEducation', $v['education']); ?>|<?php echo Cache::getvalue('DataSalary', $v['treatment']); ?>|<?php echo $v['nums']?:'0'; ?>人</p> 106 <p class="text-blue"><?php echo $v['major']; ?></p> 107 <!-- <p class="text-blue"><?php //echo strip_tags($v->more->description); ?></p> --> 108 </div> 109 <div class="list-right fr"> 110 <?php if ($v['jid']) : ?> 111 <a class="btn send-btn text-blue" onclick="confirmdialog(<?php echo $v['jid']; ?>);" href="#" data-id='<?php echo $v['jid']; ?>'><?php echo Yii::t('message', 'the_CV') ?></a> 112 <p><?php //echo date('Y-m-d H:i',$v->dateline);?></p> 113 <?php endif; ?>
#0 |
+
–
/home/www.51clf.com/framework/web/CBaseController.php(126): require("/home/www.51clf.com/web/protected/modules/Muniversity/views/larg...") 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 |
+
–
/home/www.51clf.com/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/www.51clf.com/web/protected/modules/Muniversity/views/larg...", array("stand" => UniversityLargefairsStands, "model" => UniversityLargefairs, "company" => CompanyAll, "jobids" => array(), ...), 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 |
+
–
/home/www.51clf.com/framework/web/CController.php(873): CBaseController->renderFile("/home/www.51clf.com/web/protected/modules/Muniversity/views/larg...", array("stand" => UniversityLargefairsStands, "model" => UniversityLargefairs, "company" => CompanyAll, "jobids" => array(), ...), true) 868 */ 869 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 870 { 871 if(($viewFile=$this->getViewFile($view))!==false) 872 { 873 $output=$this->renderFile($viewFile,$data,true); 874 if($processOutput) 875 $output=$this->processOutput($output); 876 if($return) 877 return $output; 878 else |
#3 |
+
–
/home/www.51clf.com/framework/web/CController.php(786): CController->renderPartial("sdbys_company", array("stand" => UniversityLargefairsStands, "model" => UniversityLargefairs, "company" => CompanyAll, "jobids" => array(), ...), true) 781 */ 782 public function render($view,$data=null,$return=false) 783 { 784 if($this->beforeRender($view)) 785 { 786 $output=$this->renderPartial($view,$data,true); 787 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 788 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 789 790 $this->afterRender($view,$output); 791 |
#4 |
+
–
/home/www.51clf.com/web/protected/modules/Muniversity/controllers/LargefairsController.php(639): CController->render("sdbys_company", array("stand" => UniversityLargefairsStands, "model" => UniversityLargefairs, "company" => CompanyAll, "jobids" => array(), ...)) 634 'stand' => $stand, 635 'model' => $model, 636 'company' => $company, 637 'jobids' => $jobids, 638 'extends_data' => $extends_data ?: null, 639 )); 640 } elseif ((Common::isJysd() || Common::is91job() || Common::isHbbys()) && $model->jobfair->type == 4 && !Common::checkmobile() && $this->module->university['id'] != 887) { 641 $this->render('jysd_company', array( 642 'stand' => $stand, 643 'model' => $model, 644 'company' => $company, |
#5 |
+
–
/home/www.51clf.com/framework/web/actions/CInlineAction.php(49): LargefairsController->actionCompany() 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 } |
#6 |
+
–
/home/www.51clf.com/framework/web/CController.php(312): CInlineAction->runWithParams(array("doma" => "www.cyberlk.com", "domain" => "jobsdufe", "id" => "609", "sid" => "7", ...)) 307 { 308 $priorAction=$this->_action; 309 $this->_action=$action; 310 if($this->beforeAction($action)) 311 { 312 if($action->runWithParams($this->getActionParams())===false) 313 $this->invalidActionParams($action); 314 else 315 $this->afterAction($action); 316 } 317 $this->_action=$priorAction; |
#7 |
+
–
/home/www.51clf.com/framework/web/CController.php(290): CController->runAction(CInlineAction) 285 * @see runAction 286 */ 287 public function runActionWithFilters($action,$filters) 288 { 289 if(empty($filters)) 290 $this->runAction($action); 291 else 292 { 293 $priorAction=$this->_action; 294 $this->_action=$action; 295 CFilterChain::create($this,$action,$filters)->run(); |
#8 |
+
–
/home/www.51clf.com/framework/web/CController.php(269): CController->runActionWithFilters(CInlineAction, array()) 264 { 265 if(($parent=$this->getModule())===null) 266 $parent=Yii::app(); 267 if($parent->beforeControllerAction($this,$action)) 268 { 269 $this->runActionWithFilters($action,$this->filters()); 270 $parent->afterControllerAction($this,$action); 271 } 272 } 273 else 274 $this->missingAction($actionID); |
#9 |
+
–
/home/www.51clf.com/framework/web/CWebApplication.php(282): CController->run("company") 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))); |
#10 |
+
–
/home/www.51clf.com/framework/web/CWebApplication.php(141): CWebApplication->runController("Muniversity/largefairs/company/id/609/sid/7/stype/1") 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. |
#11 |
+
–
/home/www.51clf.com/framework/base/CApplication.php(169): CWebApplication->processRequest() 164 public function run() 165 { 166 if($this->hasEventHandler('onBeginRequest')) 167 $this->onBeginRequest(new CEvent($this)); 168 register_shutdown_function(array($this,'end'),0,false); 169 $this->processRequest(); 170 if($this->hasEventHandler('onEndRequest')) 171 $this->onEndRequest(new CEvent($this)); 172 } 173 174 /** |
#12 |
+
–
/home/www.51clf.com/web/index.php(30): CApplication->run() 25 // defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 26 //} 27 // set default encoding character in php environment 28 // mb_internal_encoding("UTF-8"); 29 require_once($yii); 30 Yii::createWebApplication($config)->run(); |