Created
October 17, 2012 07:37
-
-
Save andyhawthorne/3904240 to your computer and use it in GitHub Desktop.
HMVC5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| public function admin_home() | |
| { | |
| check_login(); | |
| $this->load->view('admin_home_view'); | |
| } | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment