search

Home  >  Q&A  >  body text

CodeIgniter database query builder class reset query builder

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

淡淡烟草味淡淡烟草味2819 days ago579

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理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.

    reply
    0
  • Cancelreply