/home3/searchdo/public_html/profiles/index.php(3)
01 <?php 02 $uri_segments = explode('/', parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)); 03 $pagefor=explode("-",$uri_segments[2]); 04 $page = current($pagefor); 05 $location = end($pagefor); 06 $pagename = $uri_segments[2]; 07 echo $pagename; 08 $pagetitle = ucfirst(str_replace("-", " ", $uri_segments[1])); 09 10 switch($page) 11 { 12 case "ngo": require_once(dirname(__FILE__) . '/ngo.php'); 13 break; 14 case "job": require_once(dirname(__FILE__) . '/job.php'); 15 break;
#0 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(280): require_once("/home3/searchdo/public_html/profiles/index.php") 275 $controller->init(); 276 $controller->run($actionID); 277 $this->_controller=$oldController; 278 } 279 else 280 require_once 'profiles/index.php'; 281 /* throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 282 array('{route}'=>$route===''?$this->defaultController:$route)));*/ 283 284 } 285 |
#1 |
+
–
/home3/searchdo/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/CWebApplication.php(135): CWebApplication->runController("joramMultipurposeCooperativeSocietyLtd") 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. |
#2 |
+
–
/home3/searchdo/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 /** |
#3 |
+
–
/home3/searchdo/public_html/index.php(11): CApplication->run() 06 $yii = dirname(__FILE__) . '/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/yii.php'; 07 $config = dirname(__FILE__) . '/protected/config/main.php'; 08 defined('YII_DEBUG') or define('YII_DEBUG', TRUE); 09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 0); 10 require_once($yii); 11 Yii::createWebApplication($config)->run(); 12 ?> |