[eluser]austintbiggs[/eluser]
I'm trying to keep my views organized into subfolders [views/auth, views/admin, etc..] and so I'm trying to get my "admin.php" controller to (I guess) "extend" ion auth; by simply calling it's functions and adding my own from a separate controller (dashboard.php). How would I do this without putting views/auth into views/dashboard?