$this->db->reset_query();
In what circumstances is it used?
大家讲道理2017-05-16 16:45:34
Open http://codeigniter.org.cn/user_guide/database/query_builder.html
Open and search for: "The most noteworthy among the above examples".
If get_compiled_select is used previously, the query conditions will not be reset. If $this->db->get() is used, the conditions will be automatically reset.