コード例 #1
0
ファイル: Common_model.php プロジェクト: ArpanTanna/seo
 public function update_table($data, $where, $table = 'users', $set = '')
 {
     return parent::update_table($data, $where, $table, $set = '');
 }