/home3/jilan/public_html/protected/views/ngo/country.php(435)
423 onclick="toggleLike(this, <?php echo $row['id']; ?>)"> 424 <i class="fa fa-thumbs-up" aria-hidden="true" style="font-size:16px"></i> 425 <span class="like-count"><?php echo $likeCount; ?></span> 426 <span class="like-text"><?php //echo $isLiked ? 'Unlike' : 'Like'; ?></span> 427 </button> 428 <div class="liked-users" id="liked-users-<?php echo $row['id']; ?>"></div> 429 <button class="button commentButton" onclick="toggleComments(this, <?php echo $row['id']; ?>)"><i class="fa fa-comments-o" style="font-size:16px"></i> Comment</button> 430 431 <div class="commentSection" style="display: none;" data-postid="<?php echo $row['id']; ?>"> 432 <div style="display: flex; align-items: center;"> 433 <input type="hidden" name="cmtid" value="<?php echo $row['id']; ?>"> 434 <?php 435 $id = $_SESSION['userfolder']; 436 $stmt = $GLOBALS["mysqli_con"]->prepare("SELECT * FROM `login` WHERE userfolder = ?"); 437 $stmt->bind_param("s", $id); // "s" means the type is string 438 $stmt->execute(); 439 $trestv = $stmt->get_result(); 440 441 while ($jilan = $trestv->fetch_array()) { 442 $lnk = !empty($jilan['logo']) ? REDIRECT . '/usersimages/' . $jilan['logo'] : "https://globalfamily.in/images/dp.jpg"; 443 ?> 444 445 <img src="<?php echo $lnk; ?>" alt="site" height="54" width="54" class="rounded-circle" name="image"> 446 <input type="hidden" name="uname" value="<?php echo $jilan['userfolder']; ?>"> 447 <?php } ?>
| #0 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CBaseController.php(127): require("/home3/jilan/public_html/protected/views/ngo/country.php") 122 $data=$_data_; 123 if($_return_) 124 { 125 ob_start(); 126 ob_implicit_flush(false); 127 require($_viewFile_); 128 return ob_get_clean(); 129 } 130 else 131 require($_viewFile_); 132 } |
| #1 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CBaseController.php(96): CBaseController->renderInternal("/home3/jilan/public_html/protected/views/ngo/country.php", null, true) 091 { 092 $widgetCount=count($this->_widgetStack); 093 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 094 $content=$renderer->renderFile($this,$viewFile,$data,$return); 095 else 096 $content=$this->renderInternal($viewFile,$data,$return); 097 if(count($this->_widgetStack)===$widgetCount) 098 return $content; 099 else 100 { 101 $widget=end($this->_widgetStack); |
| #2 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(870): CBaseController->renderFile("/home3/jilan/public_html/protected/views/ngo/country.php", null, true) 865 */ 866 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 867 { 868 if(($viewFile=$this->getViewFile($view))!==false) 869 { 870 $output=$this->renderFile($viewFile,$data,true); 871 if($processOutput) 872 $output=$this->processOutput($output); 873 if($return) 874 return $output; 875 else |
| #3 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(783): CController->renderPartial("country", null, true) 778 */ 779 public function render($view,$data=null,$return=false) 780 { 781 if($this->beforeRender($view)) 782 { 783 $output=$this->renderPartial($view,$data,true); 784 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 785 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 786 787 $this->afterRender($view,$output); 788 |
| #4 |
+
–
/home3/jilan/public_html/protected/controllers/NgoController.php(58): CController->render("country") 53 public function actionSearch() { 54 $this->render('search'); 55 } 56 57 public function actionCountry() { 58 $this->render('country'); 59 } 60 public function actionDisplay() { 61 $this->render('display'); 62 } 63 /** |
| #5 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/actions/CInlineAction.php(50): NgoController->actionCountry() 45 $controller=$this->getController(); 46 $method=new ReflectionMethod($controller, $methodName); 47 if($method->getNumberOfParameters()>0) 48 return $this->runWithParamsInternal($controller, $method, $params); 49 else 50 return $controller->$methodName(); 51 } 52 53 } |
| #6 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(309): CInlineAction->runWithParams(array("cat" => "bosnia-and-herzegovina")) 304 { 305 $priorAction=$this->_action; 306 $this->_action=$action; 307 if($this->beforeAction($action)) 308 { 309 if($action->runWithParams($this->getActionParams())===false) 310 $this->invalidActionParams($action); 311 else 312 $this->afterAction($action); 313 } 314 $this->_action=$priorAction; |
| #7 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/filters/CFilterChain.php(134): CController->runAction(CInlineAction) 129 $filter=$this->itemAt($this->filterIndex++); 130 Yii::trace('Running filter '.($filter instanceof CInlineFilter ? get_class($this->controller).'.filter'.$filter->name.'()':get_class($filter).'.filter()'),'system.web.filters.CFilterChain'); 131 $filter->filter($this); 132 } 133 else 134 $this->controller->runAction($this->action); 135 } 136 } |
| #8 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/filters/CFilter.php(41): CFilterChain->run() 36 */ 37 public function filter($filterChain) 38 { 39 if($this->preFilter($filterChain)) 40 { 41 $filterChain->run(); 42 $this->postFilter($filterChain); 43 } 44 } 45 46 /** |
| #9 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(1146): CFilter->filter(CFilterChain) 1141 */ 1142 public function filterAccessControl($filterChain) 1143 { 1144 $filter=new CAccessControlFilter; 1145 $filter->setRules($this->accessRules()); 1146 $filter->filter($filterChain); 1147 } 1148 1149 /** 1150 * Returns a persistent page state value. 1151 * A page state is a variable that is persistent across POST requests of the same page. |
| #10 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/filters/CInlineFilter.php(59): CController->filterAccessControl(CFilterChain) 54 * @param CFilterChain $filterChain the filter chain that the filter is on. 55 */ 56 public function filter($filterChain) 57 { 58 $method='filter'.$this->name; 59 $filterChain->controller->$method($filterChain); 60 } 61 } |
| #11 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/filters/CFilterChain.php(131): CInlineFilter->filter(CFilterChain) 126 { 127 if($this->offsetExists($this->filterIndex)) 128 { 129 $filter=$this->itemAt($this->filterIndex++); 130 Yii::trace('Running filter '.($filter instanceof CInlineFilter ? get_class($this->controller).'.filter'.$filter->name.'()':get_class($filter).'.filter()'),'system.web.filters.CFilterChain'); 131 $filter->filter($this); 132 } 133 else 134 $this->controller->runAction($this->action); 135 } 136 } |
| #12 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(292): CFilterChain->run() 287 $this->runAction($action); 288 else 289 { 290 $priorAction=$this->_action; 291 $this->_action=$action; 292 CFilterChain::create($this,$action,$filters)->run(); 293 $this->_action=$priorAction; 294 } 295 } 296 297 /** |
| #13 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CController.php(266): CController->runActionWithFilters(CInlineAction, array("accessControl")) 261 { 262 if(($parent=$this->getModule())===null) 263 $parent=Yii::app(); 264 if($parent->beforeControllerAction($this,$action)) 265 { 266 $this->runActionWithFilters($action,$this->filters()); 267 $parent->afterControllerAction($this,$action); 268 } 269 } 270 else 271 $this->missingAction($actionID); |
| #14 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(276): CController->run("country") 271 { 272 list($controller,$actionID)=$ca; 273 $oldController=$this->_controller; 274 $this->_controller=$controller; 275 $controller->init(); 276 $controller->run($actionID); 277 $this->_controller=$oldController; 278 } 279 else 280 require_once 'beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/runtime/index.php'; 281 /* |
| #15 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(135): CWebApplication->runController("ngo/country") 130 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 131 $_GET[$name]=$value; 132 } 133 else 134 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 135 $this->runController($route); 136 } 137 138 /** 139 * Registers the core application components. 140 * This method overrides the parent implementation by registering additional core components. |
| #16 |
+
–
/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/base/CApplication.php(162): CWebApplication->processRequest() 157 */ 158 public function run() 159 { 160 if($this->hasEventHandler('onBeginRequest')) 161 $this->onBeginRequest(new CEvent($this)); 162 $this->processRequest(); 163 if($this->hasEventHandler('onEndRequest')) 164 $this->onEndRequest(new CEvent($this)); 165 } 166 167 /** |
| #17 |
+
–
/home3/jilan/public_html/index.php(22): CApplication->run() 17 defined('YII_DEBUG') or define('YII_DEBUG', true); 18 // specify how many levels of call stack should be shown in each log message 19 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 20 21 require_once($yii); 22 Yii::createWebApplication($config)->run(); 23 } |