/var/www/html/protected/views/site/_appliedtrainingcenter.php(379)
367 <?php echo $form->labelEx($model, 'year_of_establishment'); ?> 368 369 <?php echo $form->textField($model, 'year_of_establishment', array('class' => 'form-control', 'maxlength'=>4 )) ?> 370 <?php echo $form->error($model, 'year_of_establishment'); ?> 371 </div> 372 373 <div class="col-md-6"><?php echo $form->labelEx($model, 'type_of_property'); ?> 374 375 <?php echo $form->dropDownList($model, 'type_of_property', array('Owned' => 'Owned', 'Rented' => 'Rented'), array('empty' => 'Select Type Of Property', 'class' => 'form-control')) ?> 376 <?php echo $form->error($model, 'type_of_property'); ?> 377 </div> 378 <!-- 379 <div class="col-md-6"><?php// echo $form->labelEx($model, 'proof_of_type'); ?> 380 381 <?php //echo $form->dropDownList($model, 'proof_of_type', array('Electricity Bill' => 'Electricity Bill', 'Rent Agreement' => 'Rent Agreement','Title Deed' => 'Title Deed','NOC'=>'NOC'), array('empty' => 'Select Proof of Type', 'class' => 'form-control')) ?> 382 <?php //echo $form->error($model, 'proof_of_type'); ?> 383 </div> 384 385 <div class="col-md-6"> 386 <?php //echo $form->labelEx($model, 'proof_of_attachments'); ?> 387 <?php //echo $form->fileField($model, 'proof_of_attachments', array('class' => 'form-control')) ?> 388 <?php //echo $form->error($model, 'proof_of_attachments'); ?> 389 <span class="text-danger">Attachment of Proof should be pdf | doc | docx | jpg | png and size upto 2MB.</span> 390 </div>--> 391 <div class="clearfix"></div>
| #0 |
+
–
/var/www/html/framework/web/CBaseController.php(126): require("/var/www/html/protected/views/site/_appliedtrainingcenter.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/html/framework/web/CBaseController.php(95): CBaseController->renderInternal("/var/www/html/protected/views/site/_appliedtrainingcenter.php", array("model" => TrainingCenter), 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/html/framework/web/CController.php(872): CBaseController->renderFile("/var/www/html/protected/views/site/_appliedtrainingcenter.php", array("model" => TrainingCenter), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
| #3 |
+
–
/var/www/html/protected/views/site/appliedtrainingcenter.php(25): CController->renderPartial("_appliedtrainingcenter", array("model" => TrainingCenter)) 20 <?php if(isset($_GET['msg'])){ ?> 21 <div class="alert alert-success"> 22 <strong>Success!</strong> Thank you for Applying. We will respond to you as soon as possible. 23 </div> 24 <?php } ?> 25 <?php $this->renderPartial('_appliedtrainingcenter', array('model'=>$model)); ?> 26 </div> 27 </div> 28 </div> 29 30 <!-- jQuery --> |
| #4 |
+
–
/var/www/html/framework/web/CBaseController.php(126): require("/var/www/html/protected/views/site/appliedtrainingcenter.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/html/framework/web/CBaseController.php(95): CBaseController->renderInternal("/var/www/html/protected/views/site/appliedtrainingcenter.php", array("model" => TrainingCenter), 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/html/framework/web/CController.php(872): CBaseController->renderFile("/var/www/html/protected/views/site/appliedtrainingcenter.php", array("model" => TrainingCenter), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
| #7 |
+
–
/var/www/html/framework/web/CController.php(785): CController->renderPartial("appliedtrainingcenter", array("model" => TrainingCenter), true) 780 */ 781 public function render($view,$data=null,$return=false) 782 { 783 if($this->beforeRender($view)) 784 { 785 $output=$this->renderPartial($view,$data,true); 786 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 787 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 788 789 $this->afterRender($view,$output); 790 |
| #8 |
+
–
/var/www/html/protected/controllers/SiteController.php(11609): CController->render("appliedtrainingcenter", array("model" => TrainingCenter)) 11604 11605 11606 } 11607 11608 $this->render('appliedtrainingcenter', array( 11609 'model' => $model, 11610 )); 11611 } 11612 11613 11614 /*old public function actionGetJobRole() { |
| #9 |
+
–
/var/www/html/framework/web/actions/CInlineAction.php(49): SiteController->actionAppliedTrainingCenter() 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 } |
| #10 |
+
–
/var/www/html/framework/web/CController.php(308): CInlineAction->runWithParams(array()) 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; |
| #11 |
+
–
/var/www/html/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(); |
| #12 |
+
–
/var/www/html/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); |
| #13 |
+
–
/var/www/html/framework/web/CWebApplication.php(282): CController->run("appliedtrainingcenter") 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))); |
| #14 |
+
–
/var/www/html/framework/web/CWebApplication.php(141): CWebApplication->runController("site/appliedtrainingcenter") 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. |
| #15 |
+
–
/var/www/html/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 /** |
| #16 |
+
–
/var/www/html/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(); |