FCPATH/modules/news/controllers/news.php [ 170 ]
165 }
166
167 $breadcrumb = array(
168 $this->lang->line('menu_home') => site_front('home') ,
169 $this->lang->line('module_name') => site_front('news'),
170 $output['data_info']['subject'] => 'javascript:;'
171 );
172 $output['breadcrumb_front'] = $breadcrumb;
173
174
175 // Seo config
-
FCPATH/modules/news/controllers/news.php [ 170 ] » MY_Exceptions::error_handler(arguments)
code
8
error
Undefined index: subject
file
/home2/cp242410/public_html/index.co.th/modules/news/controllers/news.php
line
170
4
Array ( [news_id] => 295 [data_info] => Array ( ) [output] => Array ( [data_info] => Array ( ) [galleries] => Array ( [0] => Array ( [image] => https://index.co.th/uploads/news/20231020/eilprtwx0678.jpg ) [1] => Array ( [image] => https://index.co.th/uploads/news/20231020/bfgijknpqrx0.jpg ) [2] => Array ( [image] => https://index.co.th/uploads/news/20231020/gpsuvxy12469.jpg ) [3] => Array ( [image] => https://index.co.th/uploads/news/20231020/adhikortu049.jpg ) [4] => Array ( [image] => https://index.co.th/uploads/news/20231020/acdejkrvx479.jpg ) [5] => Array ( [image] => https://index.co.th/uploads/news/20231020/hrtuvz035679.jpg ) [6] => Array ( [image] => https://index.co.th/uploads/news/20231020/aefjqt012368.jpg ) [7] => Array ( [image] => https://index.co.th/uploads/news/20231020/densuvwz1378.jpg ) [8] => Array ( [image] => https://index.co.th/uploads/news/20231020/bchiouwz0237.jpg ) ) ) [image_share] => [galleries] => Array ( [0] => stdClass Object ( [id] => 1160 [news_id] => 295 [image] => 20231020/eilprtwx0678.jpg [sort_order] => 0 ) [1] => stdClass Object ( [id] => 1161 [news_id] => 295 [image] => 20231020/bfgijknpqrx0.jpg [sort_order] => 1 ) [2] => stdClass Object ( [id] => 1162 [news_id] => 295 [image] => 20231020/gpsuvxy12469.jpg [sort_order] => 2 ) [3] => stdClass Object ( [id] => 1163 [news_id] => 295 [image] => 20231020/adhikortu049.jpg [sort_order] => 3 ) [4] => stdClass Object ( [id] => 1164 [news_id] => 295 [image] => 20231020/acdejkrvx479.jpg [sort_order] => 4 ) [5] => stdClass Object ( [id] => 1165 [news_id] => 295 [image] => 20231020/hrtuvz035679.jpg [sort_order] => 5 ) [6] => stdClass Object ( [id] => 1166 [news_id] => 295 [image] => 20231020/aefjqt012368.jpg [sort_order] => 6 ) [7] => stdClass Object ( [id] => 1167 [news_id] => 295 [image] => 20231020/densuvwz1378.jpg [sort_order] => 7 ) [8] => stdClass Object ( [id] => 1168 [news_id] => 295 [image] => 20231020/bchiouwz0237.jpg [sort_order] => 8 ) ) [gallery] => stdClass Object ( [id] => 1168 [news_id] => 295 [image] => 20231020/bchiouwz0237.jpg [sort_order] => 8 ) [gallery_image] => https://index.co.th/uploads/news/20231020/bchiouwz0237.jpg )
165 } 166 167 $breadcrumb = array( 168 $this->lang->line('menu_home') => site_front('home') , 169 $this->lang->line('module_name') => site_front('news'), 170 $output['data_info']['subject'] => 'javascript:;' 171 ); 172 $output['breadcrumb_front'] = $breadcrumb; 173 174 175 // Seo config
-
FCPATH/modules/news/controllers/news.php [ 40 ] » news->detail(arguments)
news_id
295
35 36 if (empty($get_id) || $get_id == 0) { 37 redirect('error_404'); 38 } 39 40 $this->detail($get_id); 41 } 42 } 43 44 function index() { 45
-
FCPATH/system/core/CodeIgniter.php [ 325 ] » news->_remap(arguments)
method
295
params
Array ( )
320 * ------------------------------------------------------ 321 */ 322 // Is there a "remap" function? If so, we call it instead 323 if (method_exists($CI, '_remap')) 324 { 325 $CI->_remap($method, array_slice($URI->rsegments, 2)); 326 } 327 else 328 { 329 // is_callable() returns TRUE on some versions of PHP 5 for private and protected 330 // methods, so we'll use this workaround for consistent behavior
-
FCPATH/index.php [ 223 ] » require_once(arguments)
0
/home2/cp242410/public_html/index.co.th/system/core/CodeIgniter.php
218 * 219 * And away we go... 220 * 221 */ 222 223 require_once BASEPATH.'core/CodeIgniter.php'; 224 225 /* End of file index.php */ 226 /* Location: ./index.php */