Skip to content

Commit

Permalink
add fx to MY-Model #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Aug 12, 2015
1 parent a515b16 commit f3cd398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/core/MY_Model.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1899,5 +1899,6 @@ public function set($key, $value = '', $escape = true) {$this->db->set($key, $va
public function affected_rows() {return $this->db->affected_rows();}
public function last_query() {return $this->db->last_query();}
public function truncate() {$this->db->truncate($this->table_name);}
public function insert_id() {$this->db->insert_id();}

}

0 comments on commit f3cd398

Please sign in to comment.