Exemplo n.º 1
0
 public function updateUserAuthority($id)
 {
     $this->authority(10);
     $authority = Util::fetch_post('authority');
     $user_table = new UserTable();
     $user_table->update_authority($id, $authority);
     Util::go_back();
 }