![]() |
Use $option debug. See https://codeigniter4.github.io/CodeIgnit....html#view
PHP Code: view('view_file', $data, ['debug' => false]); |
Messages In This Thread |
i want exclude debug infomation when output csv - by yoshi - 07-22-2022, 07:34 PM
RE: i want exclude debug infomation when output csv - by InsiteFX - 07-23-2022, 12:28 AM
RE: i want exclude debug infomation when output csv - by kenjis - 07-23-2022, 03:46 PM
RE: i want exclude debug infomation when output csv - by yoshi - 07-23-2022, 04:03 PM
RE: i want exclude debug infomation when output csv - by kenjis - 07-24-2022, 05:02 PM
RE: i want exclude debug infomation when output csv - by yoshi - 07-25-2022, 05:13 AM
RE: i want exclude debug infomation when output csv - by kenjis - 07-25-2022, 04:32 PM
|