Commit 8c127fc7 by Trần Văn Minh

cập nhập chức năng thêm ca sĩ/nhạc sĩ

parent 6c613dcf
......@@ -177,7 +177,8 @@ class CmsArtist extends CI_Controller
'full_name' => $full_name,
'link' => $link_zing,
'link_nct' => $link_nct,
'link_keeng' => $link_keeng
'link_keeng' => $link_keeng,
'date_created' => time()
);
$this->user_model->add($dataUpdate);
// Ghi log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment