@@ -58,6 +58,10 @@ |
||
| 58 | 58 | public function update($data){ |
| 59 | 59 | return $this->db->update($this->table,$data); |
| 60 | 60 | } |
| 61 | + |
|
| 62 | + /** |
|
| 63 | + * @param string $field |
|
| 64 | + */ |
|
| 61 | 65 | public function field($field){ |
| 62 | 66 | $this->field=$field; |
| 63 | 67 | return $this; |