コード例 #1
0
ファイル: user.php プロジェクト: ratno/comlabs-framework
 function impor()
 {
     cek_keamanan(array("admin", "user"));
     $this->model("model_user");
     parent::impor(__CLASS__, $this->model_user->tabel);
 }