/home/bangsaonline/public_html/protected/views/front/tag/detail.php(83)
71 <div class="col-lg-60"> 72 <article class="post hentry post-list post-list-small"> 73 <?php 74 $news_slug = $listberita['news_slug']; 75 $news_id = $listberita['news_id']; 76 $getimage = "SELECT caption_title,caption_desc,filename FROM view_files WHERE object_id = '$news_id' AND module_id = '1' "; 77 $dataimg = Yii::app()->db->createCommand($getimage)->queryRow(); 78 if(!empty($dataimg)): 79 ?> 80 <div class="entry-thumb"> 81 <figure class="thumb-wrap"> 82 <?php 83 $captions_t_{$keys} = ($dataimg['caption_title'])? $dataimg['caption_title'] : $dataimg['caption_desc']; 84 ?> 85 <a href="<?php echo get_link_berita('berita',$dataimg['news_id'],$dataimg['news_slug']);?>"> 86 <?php echo get_image($dataimg['filename'],"berita",'150x150',$captions_t_{$keys}); ?> 87 </a> 88 </figure><!--./ thumb-wrap --> 89 </div><!--./ entry-thumb --> 90 <?php endif; ?> 91 92 <div class="content-entry-wrap" <?php if(empty($dataimg)){ ?>style="width:100%!important"<?php } ?> > 93 <div class="entry-content"> 94 <h3 class="entry-title"> 95 <a href="<?php echo get_link_berita('berita',$listberita['news_id'],$listberita['news_slug']);?>"><?php echo $listberita['news_title']; ?></a>
| #0 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CBaseController.php(126): require() 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/bangsaonline/public_html/azzamsource/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/bangsaonline/public_html/protected/views/front/tag/detail....", array("data" => array(array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "158601", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "152673", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "145094", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "144153", ...), ...), "item_count" => 14, "page_size" => 10, "pages" => CPagination, ...), 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/bangsaonline/public_html/azzamsource/framework/web/CController.php(869): CBaseController->renderFile("/home/bangsaonline/public_html/protected/views/front/tag/detail....", array("data" => array(array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "158601", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "152673", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "145094", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "144153", ...), ...), "item_count" => 14, "page_size" => 10, "pages" => CPagination, ...), true) 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 { 867 if(($viewFile=$this->getViewFile($view))!==false) 868 { 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else |
| #3 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(782): CController->renderPartial("detail", array("data" => array(array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "158601", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "152673", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "145094", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "144153", ...), ...), "item_count" => 14, "page_size" => 10, "pages" => CPagination, ...), true) 777 */ 778 public function render($view,$data=null,$return=false) 779 { 780 if($this->beforeRender($view)) 781 { 782 $output=$this->renderPartial($view,$data,true); 783 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 784 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 785 786 $this->afterRender($view,$output); 787 |
| #4 |
+
–
/home/bangsaonline/public_html/protected/controllers/front/TagController.php(78): CController->render("detail", array("data" => array(array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "158601", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "152673", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "145094", ...), array("news_count" => "1", "tag_name" => "dpupr-kota-kediri", "tag_title" => "DPUPR Kota Kediri", "news_id" => "144153", ...), ...), "item_count" => 14, "page_size" => 10, "pages" => CPagination, ...)) 73 $this->render('detail', array( 74 'data' => $dataReader['data'], 75 'item_count'=> count($dataReader['count']), 76 'page_size' => $limit, 77 'pages' => $pages, 78 'tagged' => $tagged 79 )); 80 }else{ 81 $this->redirect('/', 301); 82 // throw new CHttpException(404,'Maaf, topik yang anda cari tidak memiliki berita'); 83 } |
| #5 |
unknown(0): TagController->actionDetail("dpupr-kota-kediri")
|
| #6 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs(TagController, array("dpupr-kota-kediri")) 103 elseif($param->isDefaultValueAvailable()) 104 $ps[]=$param->getDefaultValue(); 105 else 106 return false; 107 } 108 $method->invokeArgs($object,$ps); 109 return true; 110 } 111 } |
| #7 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(TagController, ReflectionMethod, array("slug" => "dpupr-kota-kediri")) 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 } |
| #8 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CController.php(308): CInlineAction->runWithParams(array("slug" => "dpupr-kota-kediri")) 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; |
| #9 |
+
–
/home/bangsaonline/public_html/azzamsource/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(); |
| #10 |
+
–
/home/bangsaonline/public_html/azzamsource/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); |
| #11 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CWebApplication.php(282): CController->run("detail") 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))); |
| #12 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/web/CWebApplication.php(141): CWebApplication->runController("tag/detail") 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. |
| #13 |
+
–
/home/bangsaonline/public_html/azzamsource/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 /** |
| #14 |
+
–
/home/bangsaonline/public_html/protected/components/WebApplicationEndBehavior.php(25): CApplication->run() 20 // Attach the changeModulePaths event handler 21 // and raise it. 22 $this->onModuleCreate = array($this, 'changeModulePaths'); 23 $this->onModuleCreate(new CEvent($this->owner)); 24 25 $this->owner->run(); // Run application. 26 } 27 28 // This event should be raised when CWebApplication 29 // or CWebModule instances are being initialized. 30 public function onModuleCreate($event) |
| #15 |
+
–
/home/bangsaonline/public_html/azzamsource/framework/base/CComponent.php(261): WebApplicationEndBehavior->runEnd("front") 256 if($this->_m!==null) 257 { 258 foreach($this->_m as $object) 259 { 260 if($object->getEnabled() && method_exists($object,$name)) 261 return call_user_func_array(array($object,$name),$parameters); 262 } 263 } 264 if(class_exists('Closure', false) && $this->canGetProperty($name) && $this->$name instanceof Closure) 265 return call_user_func_array($this->$name, $parameters); 266 throw new CException(Yii::t('yii','{class} and its behaviors do not have a method or closure named "{name}".', |
| #16 |
+
–
/home/bangsaonline/public_html/index.php(24): CComponent->__call("runEnd", array("front")) 19 defined('YII_DEBUG_DISPLAY_TIME') or define('YII_DEBUG_DISPLAY_TIME', false); 20 if (YII_DEBUG_DISPLAY_TIME) 21 echo Yii::getLogger()->getExecutionTime(); 22 23 require_once($yii); 24 Yii::createWebApplication($config)->runEnd('front'); 25 //echo "Using ", memory_get_peak_usage(1), " bytes of ram."; 26 |