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] => 298 [data_info] => Array ( ) [output] => Array ( [data_info] => Array ( ) [galleries] => Array ( [0] => Array ( [image] => https://index.co.th/uploads/news/20231114/egkpstx02468.jpg ) [1] => Array ( [image] => https://index.co.th/uploads/news/20231114/aegmoqruvx79.jpg ) [2] => Array ( [image] => https://index.co.th/uploads/news/20231114/cdgiouv12369.jpg ) [3] => Array ( [image] => https://index.co.th/uploads/news/20231114/abfghjorvx59.jpg ) [4] => Array ( [image] => https://index.co.th/uploads/news/20231114/ailrtyz12567.jpg ) [5] => Array ( [image] => https://index.co.th/uploads/news/20231114/abeimopqrs38.jpg ) [6] => Array ( [image] => https://index.co.th/uploads/news/20231114/fhquvx123689.jpg ) [7] => Array ( [image] => https://index.co.th/uploads/news/20231114/afhjklnpuw89.jpg ) ) ) [image_share] => [galleries] => Array ( [0] => stdClass Object ( [id] => 1191 [news_id] => 298 [image] => 20231114/egkpstx02468.jpg [sort_order] => 0 ) [1] => stdClass Object ( [id] => 1192 [news_id] => 298 [image] => 20231114/aegmoqruvx79.jpg [sort_order] => 1 ) [2] => stdClass Object ( [id] => 1193 [news_id] => 298 [image] => 20231114/cdgiouv12369.jpg [sort_order] => 2 ) [3] => stdClass Object ( [id] => 1194 [news_id] => 298 [image] => 20231114/abfghjorvx59.jpg [sort_order] => 3 ) [4] => stdClass Object ( [id] => 1195 [news_id] => 298 [image] => 20231114/ailrtyz12567.jpg [sort_order] => 4 ) [5] => stdClass Object ( [id] => 1196 [news_id] => 298 [image] => 20231114/abeimopqrs38.jpg [sort_order] => 5 ) [6] => stdClass Object ( [id] => 1197 [news_id] => 298 [image] => 20231114/fhquvx123689.jpg [sort_order] => 6 ) [7] => stdClass Object ( [id] => 1198 [news_id] => 298 [image] => 20231114/afhjklnpuw89.jpg [sort_order] => 7 ) ) [gallery] => stdClass Object ( [id] => 1198 [news_id] => 298 [image] => 20231114/afhjklnpuw89.jpg [sort_order] => 7 ) [gallery_image] => https://index.co.th/uploads/news/20231114/afhjklnpuw89.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
298
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
298
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 */