Welcome Guest, Not a member yet? Register   Sign In
Benefit of using CI - an honest question
#6

If you only need SSL, then you can just keep on keepin' on.  If you want to manage users, it sounds like you know your way around a database, but for keeping track of users I highly recommend you use CodeIgniter.  That was the main selling point for me, and especially now with CodeIgniter 3.x you can have both native and cookie drivers at your disposal.  It is easier to hack a cookie than it is your database, and CodeIgniter has cookies figured out, and I love them for it.  If you use BootPress (a shameless endorsement), then sessions, cookies, and user Authentication are all taken care of for you.  Ultimately, the only reason to use a framework is so that you don't have to code as much, and to make the code you do write more secure and less likely to break.  It is a good honest question you are asking.  I used to do everything my own way, but since using CodeIgniter I will never look back.
Reply


Messages In This Thread
RE: Benefit of using CI - an honest question - by paralogizing - 02-07-2015, 10:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB