今天就把公佈欄總結一下吧!
CI主要方法篇
新增 $this->db->insert();
刪除 $this->db->delete();
提取 $this->db->get();
更新 $this->db->update();
挑選 $this->db->where();
查詢 $this->db->like();
以上是比較簡單的用法!
請參考 : CI使用說明
Bootstrap篇
表格篇 class = "table"
按鈕篇 class = "btn"
表單篇 class = "form"
請參考 :Bootstrap
明天開始會進入最新章節,我會偏重在CI部分...
待續......