FCPATH/application/helpers/zcmstools_helper.php [ 34 ]
29 else
30 {
31 $page = $CI->db->get_where('pages', array('id'=>$page_url));
32 $page = $page->row_array();
33 }
34 $url = $page['seo_url'];
35
36 $depth = 1;
37
38 while($page['parent_id'] != 0)
39 {
-
FCPATH/application/helpers/zcmstools_helper.php [ 34 ] » MY_Exceptions::error_handler()
29 else 30 { 31 $page = $CI->db->get_where('pages', array('id'=>$page_url)); 32 $page = $page->row_array(); 33 } 34 $url = $page['seo_url']; 35 36 $depth = 1; 37 38 while($page['parent_id'] != 0) 39 { -
FCPATH/application/controllers/page.php [ 29 ] » get_page_url(arguments)
page_url404
24 if(count($page) == 0) 25 { 26 $page = $this->pages_model->getPageFromPath(base_url()."404"); 27 } 28 29 $checkUrl = get_page_url($page['seo_url']); 30 31 $data = $this->getExtraData($inputUrl); 32 33 $tmp = explode('/',$checkUrl); 34 $data['active'] = $tmp[0]; -
FCPATH/system/core/CodeIgniter.php [ 359 ] » Page->show(arguments)
0files
1pdf
2SimTecT_KeyDates.pdf
354 } 355 } 356 357 // Call the requested method. 358 // Any URI segments present (besides the class/function) will be passed to the method for convenience 359 call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2)); 360 } 361 362 363 // Mark a benchmark end point 364 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_end'); -
FCPATH/index.php [ 202 ] » require_once(arguments)
0Array ( [0] => Page Object ( [autoload] => Array ( ) [load] => MY_Loader Object ( [_module:protected] => [_ci_plugins] => Array ( ) [_ci_cached_vars] => Array ( ) [_ci_ob_level:protected] => 0 [_ci_view_paths:protected] => Array ( [application/views/] => 1 ) [_ci_library_paths:protected] => Array ( [0] => application/ [1] => /home/simtectc/public_html/system/ ) [_ci_model_paths:protected] => Array ( [0] => application/ ) [_ci_helper_paths:protected] => Array ( [0] => application/ [1] => /home/simtectc/public_html/system/ ) [_base_classes:protected] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [exceptions] => Exceptions [utf8] => Utf8 [uri] => URI [router] => Router [output] => Output [security] => Security [input] => Input [lang] => Lang [loader] => Loader ) [_ci_classes:protected] => Array ( [session] => session ) [_ci_loaded_files:protected] => Array ( [0] => /home/simtectc/public_html/system/libraries/Session.php ) [_ci_models:protected] => Array ( [0] => pages_model [1] => settings_model [2] => sponsors_model ) [_ci_helpers:protected] => Array ( [url_helper] => 1 [zcmstools_helper] => 1 [string_helper] => 1 ) [_ci_varmap:protected] => Array ( [unit_test] => unit [user_agent] => agent ) [controller] => Page Object *RECURSION* ) ) [1] => show )197 * -------------------------------------------------------------------- 198 * 199 * And away we go... 200 * 201 */ 202 require_once BASEPATH.'core/CodeIgniter.php'; 203 204 /* End of file index.php */ 205 /* Location: ./index.php */








