is codeigniter 3 safe enough to use? |
PHP Framework can solve basic problem and security.
But it still require security skill of programmer on every it. CI are the same, it solve basic web security (or reduce cause of any problem in the future). If you care about security please read about web security and adapt it in every line of your code (not the best solution because it spend most time to it but it can make sure you did not made some mistake). |
Messages In This Thread |
is codeigniter 3 safe enough to use? - by edward - 06-27-2015, 10:04 AM
RE: is codeigniter 3 safe enough to use? - by ciadmin - 06-27-2015, 08:37 PM
RE: is codeigniter 3 safe enough to use? - by skunkbad - 06-28-2015, 09:42 AM
RE: is codeigniter 3 safe enough to use? - by BeYourCyber - 07-02-2015, 07:58 AM
|