Welcome Guest, Not a member yet? Register   Sign In
how to create admin panel in codeigniter
#1

[eluser]Unknown[/eluser]
Hi all codeigniterians

I am new in codeigniter , i am trying to make admin panel in codeigniter but i could not get it. i have tried to follow this way create admin panel in codeigniter . i use 2nd way to create admin directories in controller and views but did not access the admin pages.

i had tried with change in routing config/routes.php

$route['^admin/([a-zA-Z_-]+)/(:any)'] = "admin/$1";

please help me how to create it
#2

[eluser]danmontgomery[/eluser]
You don't need routes if you use the 2nd method... You just point your browser to www.mydomain.tld/admin/{controller}/{method}/{parameter}
#3

[eluser]Unknown[/eluser]
thanks , its helping me




Theme © iAndrew 2016 - Forum software by © MyBB