khalid_hussain

Controller_Users_All_Users_Except_Logged_In_User

Oct 28th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. public function action_index() {   
  2.     $data['users'] = Model_User::all_users_except_current_user();
  3.     $this->template->title = "Users";
  4.     $this->template->content = View::forge('admin/users/index', $data);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment