iT邦幫忙

0

【Codeigniter】-資料好幫手(語法&數量)-菜鳥日記(7)

  • 分享至 

  • xImage
  •  

顯示SQL語法

$this->db->last_query();
回傳最後使用的查詢語法(回傳查詢字串,並非是查詢結果)。

$this->db->last_query();
回傳最後使用的查詢語法(回傳查詢字串,並非是查詢結果)。
// 產生: SELECT * FROM sometable....

顯示查詢結果數量

$this->db->count_all_results();
讓你可以判斷特定的 Active Record 查詢的結果列數。

echo $this->db->count_all_results('my_table');
// 產生整數結果, 像是 25

$this->db->like('title', 'match');
$this->db->from('my_table');
echo $this->db->count_all_results();
// 產生整數結果, 像是 17

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言