Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function action_index() {
- $data['users'] = Model_User::all_users_except_current_user();
- $this->template->title = "Users";
- $this->template->content = View::forge('admin/users/index', $data);
- }
Advertisement
Add Comment
Please, Sign In to add comment