CodeIgniter Forums
LinkIgniter: A modified version of CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: LinkIgniter: A modified version of CodeIgniter (/showthread.php?tid=37066)



LinkIgniter: A modified version of CodeIgniter - El Forum - 12-26-2010

[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 Big Grin

Thanks!


LinkIgniter: A modified version of CodeIgniter - El Forum - 12-27-2010

[eluser]fajarsulaksono[/eluser]
nice share ian thanks


LinkIgniter: A modified version of CodeIgniter - El Forum - 01-09-2011

[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/commit/a3d87602793a488c0d89b8b63acb756c7c43686a).

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 Big Grin


LinkIgniter: A modified version of CodeIgniter - El Forum - 01-09-2011

[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?


LinkIgniter: A modified version of CodeIgniter - El Forum - 01-09-2011

[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 Tongue