Advertisement
game8037

[edu] halaman tambah user create

May 20th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. public function index(){
  3. $data["rowData"] = $this->M_user->getAllBy("roleid = '2'");
  4. $data['konten'] = "fasilitator/index";
  5. $this->load->view('template',$data);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement