Welcome Guest, Not a member yet? Register   Sign In
Admin back-end
#1

[eluser]digity[/eluser]
What's the best practice when developing your admin back-end to your web app in terms of security? Should you keep space, code and database separate and have a separate installation of CI for the admin back-end or simply use a separate database and MVC components for admin back-end stuff within the same installation of CI?

Thanks in advance
#2

[eluser]KarlBallard[/eluser]
http://philsturgeon.co.uk/blog/2009/07/C...odeIgniter

I'd recommend having a look at the third option.
#3

[eluser]InsiteFX[/eluser]
Best way use an Auth system and make sure they are logged in as an Admin!

InsiteFX
#4

[eluser]digity[/eluser]
[quote author="KarlBallard" date="1305931876"]http://philsturgeon.co.uk/blog/2009/07/Create-an-Admin-panel-with-CodeIgniter

I'd recommend having a look at the third option.[/quote]

Thanks! I'll try that.




Theme © iAndrew 2016 - Forum software by © MyBB