LinkIgniter: A modified version of CodeIgniter |
[eluser]ianmurrays[/eluser]
Hi everybody! I've been working on a "modification" of CodeIgniter which I called LinkIgniter. The idea was to bundle Doctrine with CodeIgniter and change the directory structure a little to make it a little bit more secure out of the box. There are more details on its github repo page: https://github.com/linkworks/linkigniter It includes - New directory structure - Doctrine: - Layouts Manager - Test Console - Doctrine CLI - Code Baker Do check it out and fork it ![]() Thanks!
[eluser]ianmurrays[/eluser]
In addition to some other features pushed since the first post, I just added an automagical CSRF protection library (https://github.com/linkworks/linkigniter...6c7c43686a). It automatically generates the token, and injects it to forms (and the page header so token is accessible from JS), so implementation is a breeze! Check it out ![]()
[eluser]Phil Sturgeon[/eluser]
It's curious that you decided to base this on 1.7.x instead of 2.0. What was the reasoning?
[eluser]ianmurrays[/eluser]
I havent got my hands on 2.0 yet, and 1.7 is what I've been working for a long time. I'm probably gonna check 2.0 once it's officially released ![]() |
Welcome Guest, Not a member yet? Register Sign In |