[ View menu ]

Monthly Archive July, 2007

Codeigniter for Joomla

Yes, it is possible to use the excellent codeigniter framework on Joomla. In fact, I am surprised that it work pretty well with very little modification. The nightmares lies in the URI routing. Joomla uses the traditional uri query method while CI promote the use of segment based uri. I haven’t solve this issue completely, [...]