CodeIgniter Forums
CodeIginiter with PHPLinq - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CodeIginiter with PHPLinq (/showthread.php?tid=18319)



CodeIginiter with PHPLinq - El Forum - 05-02-2009

[eluser]love2code[/eluser]
Hi Guys

Has anyone tried to use this with CodeIgniter? If so, can you please suggest how to configure is right?

$autoload['libraries'] = array('database','PHPLinq');

is in my autoload.php

Thanks


CodeIginiter with PHPLinq - El Forum - 05-02-2009

[eluser]TheFuzzy0ne[/eluser]
That probably won't work. If I were you, I'd just require_once() the file, and use it from there. However, I feel it's probably going to be more work than it's worth.