CodeIgniter database query builder class reset query builder
淡淡烟草味
淡淡烟草味 2017-05-16 16:43:34
0
1
574

$this->db->reset_query();
In what circumstances is it used?

淡淡烟草味
淡淡烟草味

reply all(1)
大家讲道理

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template