clear select |
Hi folks,
Using CI3 is there a way to clear / flush the select array ? heres a basic example to try and explain better PHP Code: $this->db->select('user.*'); thanks in advance
There is a
PHP Code: $this->db->reset_query() What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
would this not clear the whole query though rather than just the select element ?
(01-28-2023, 06:05 AM)futurewebs Wrote: would this not clear the whole query though rather than just the select element ? PHP Code: <?php |
Welcome Guest, Not a member yet? Register Sign In |