Welcome Guest, Not a member yet? Register   Sign In
Admin Panel Development
#1

[eluser]Unknown[/eluser]
i want to create an admin panel for my website. Should i use different codigniter framework for admin panel in admin/ folder. or i should prefer the same front end :roll: to make the admin panel.
#2

[eluser]InsiteFX[/eluser]
I usally create both within CodeIgniter.

Controllers:
admin (admin controllers folder)
---- admin_controller
public_controller

Views:
admin (admin views folder)
---- dashboard.php
public_views

If the user logs in as an admin or owner then you send them to the admin controller and views else the public views.




Theme © iAndrew 2016 - Forum software by © MyBB