Welcome Guest, Not a member yet? Register   Sign In
Help me for Avoid Name Collision and Admin Panel
#5

(This post was last modified: 04-27-2015, 11:15 PM by Athov. Edit Reason: Link )

you can use Routing to do this by
$route['site'] = 'Site_Controller';
or
$route['site'] = 'SiteController';

the only problem is that it can be accessed by "site" AND "Site_Controller"
Reply


Messages In This Thread
RE: Help me for Avoid Name Collision and Admin Panel - by Athov - 04-27-2015, 11:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB