My first Framework was CI, I came from EE… (I’m more of a designer/front-end guy than a hard core PHP developer originally).
Right now though, I’m looking at CakePHP because CI doesn’t have a native authentication + ACl implementation. I realize most people here probably like to write their own anyway, but I don’t trust my PHP skills enough on the “security best practice” front to role out my own. I found DX Auth and the new Tank Auth but I read some stuff online saying that it has security flaws and most other auth libs seem outdated/not actively developed…
Would it be right to say that it’s better to use cakePHP if you need built-in authentication and access level? Or would you instead recommend a specific lib that works great with CI 1.7+ ?
Thanks!