reisen/Kambodscha
/www/htdocs/w00ec255/its-your-trip.com/protected/views/search/index.php(9)
01 <?php 02 $page_load_key = "first_time"; 03 $page_load_val = ""; 04 $lazy = ""; 05 if(!isset($_COOKIE[$page_load_key])) 06 { 07 $lazy = "loading='lazy'"; 08 $page_load_val = "yes"; 09 setcookie($page_load_key, $page_load_val, time() + (86400 * 30), "/"); // 86400 = 1 day 10 } 11 else 12 { 13 $lazy = ""; 14 $page_load_val = "no"; 15 setcookie($page_load_key, $page_load_val, time() + (86400 * 30), "/"); // 86400 = 1 day 16 } 17 ?> 18 <style> 19 .summary 20 { 21 display:inline;
#0 |
+
–
/www/htdocs/w00ec255/its-your-trip.com/protected/views/search/index.php(9): setcookie("first_time", "yes", 1755370715, "/") 04 $lazy = ""; 05 if(!isset($_COOKIE[$page_load_key])) 06 { 07 $lazy = "loading='lazy'"; 08 $page_load_val = "yes"; 09 setcookie($page_load_key, $page_load_val, time() + (86400 * 30), "/"); // 86400 = 1 day 10 } 11 else 12 { 13 $lazy = ""; 14 $page_load_val = "no"; |
#1 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CBaseController.php(127): require("/www/htdocs/w00ec255/its-your-trip.com/protected/views/search/in...") 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 } |
#2 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CBaseController.php(96): CBaseController->renderInternal("/www/htdocs/w00ec255/its-your-trip.com/protected/views/search/in...", array("dataProvider" => CSqlDataProvider, "treeSort" => array(array(array("text" => "<input checked=\"checked\" type="checkbox">Alle Länder", "expanded" => false, "id" => "allC", "children" => array(array("text" => "<input class="select" name="Kambodscha" checked=\"checked\" type..."))))), "count" => "11", "countries" => array(Country), ...), 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); |
#3 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CController.php(870): CBaseController->renderFile("/www/htdocs/w00ec255/its-your-trip.com/protected/views/search/in...", array("dataProvider" => CSqlDataProvider, "treeSort" => array(array(array("text" => "<input checked=\"checked\" type="checkbox">Alle Länder", "expanded" => false, "id" => "allC", "children" => array(array("text" => "<input class="select" name="Kambodscha" checked=\"checked\" type..."))))), "count" => "11", "countries" => array(Country), ...), 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 |
#4 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CController.php(783): CController->renderPartial("index", array("dataProvider" => CSqlDataProvider, "treeSort" => array(array(array("text" => "<input checked=\"checked\" type="checkbox">Alle Länder", "expanded" => false, "id" => "allC", "children" => array(array("text" => "<input class="select" name="Kambodscha" checked=\"checked\" type..."))))), "count" => "11", "countries" => array(Country), ...), 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 |
#5 |
+
–
/www/htdocs/w00ec255/its-your-trip.com/protected/controllers/SearchController.php(674): CController->render("index", array("dataProvider" => CSqlDataProvider, "treeSort" => array(array(array("text" => "<input checked=\"checked\" type="checkbox">Alle Länder", "expanded" => false, "id" => "allC", "children" => array(array("text" => "<input class="select" name="Kambodscha" checked=\"checked\" type..."))))), "count" => "11", "countries" => array(Country), ...)) 669 'region_text_continent' => $search_text_continent, 670 'region_text_country' => $search_text_country, 671 'region_text_category' => $search_text_category, 672 'cat_google_de' => $cat_google_de, 673 'searchEntrys' => $searchEntrys, 674 )); 675 676 Yii::app()->session['_country'] = array(); 677 Yii::app()->session['_activity'] = array(); 678 } 679 |
#6 |
+
–
/www/htdocs/w00ec255/yii/framework/web/actions/CInlineAction.php(50): SearchController->actionIndex() 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 } |
#7 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CController.php(309): CInlineAction->runWithParams(array("sort" => "duration.desc", "--1" => "kambodscha")) 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; |
#8 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CController.php(287): CController->runAction(CInlineAction) 282 * @see runAction 283 */ 284 public function runActionWithFilters($action,$filters) 285 { 286 if(empty($filters)) 287 $this->runAction($action); 288 else 289 { 290 $priorAction=$this->_action; 291 $this->_action=$action; 292 CFilterChain::create($this,$action,$filters)->run(); |
#9 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CController.php(266): CController->runActionWithFilters(CInlineAction, array()) 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); |
#10 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CWebApplication.php(276): CController->run("index") 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 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 281 array('{route}'=>$route===''?$this->defaultController:$route))); |
#11 |
+
–
/www/htdocs/w00ec255/yii/framework/web/CWebApplication.php(135): CWebApplication->runController("search/index") 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. |
#12 |
+
–
/www/htdocs/w00ec255/yii/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 /** |
#13 |
+
–
/www/htdocs/w00ec255/its-your-trip.com/index.php(16): CApplication->run() 11 defined('YII_DEBUG') or define('YII_DEBUG',true); 12 // specify how many levels of call stack should be shown in each log message 13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 14 15 require_once($yii); 16 Yii::createWebApplication($config)->run(); |