ok
Direktori : /home2/selectio/public_html/gangabuvana/admin/cms/application/models/admin/ |
Current File : /home2/selectio/public_html/gangabuvana/admin/cms/application/models/admin/Model_profile.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Model_profile extends CI_Model { function update($data) { $this->db->where('id',1); $this->db->update('tbl_user',$data); } }