codeigniter count_all_results

后端 未结 7 1761
眼角桃花
眼角桃花 2021-02-14 03:37

I\'m working with the latest codeIgniter released, and i\'m also working with jquery datatables from datatables.net

I

7条回答
  •  孤独总比滥情好
    2021-02-14 04:06

    You dont actually have to have the from either, you can include the table name in the count_all_results like so.

    $this->db->count_all_results('table_name');
    

提交回复
热议问题