Welcome Guest, Not a member yet? Register   Sign In
i want exclude debug infomation when output csv
#3

Use $option debug. See https://codeigniter4.github.io/CodeIgnit....html#view

PHP Code:
view('view_file'$data, ['debug' => false]); 
Reply


Messages In This Thread
RE: i want exclude debug infomation when output csv - by kenjis - 07-23-2022, 03:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB