Re: [PHP] Grasping class / controllers

2011-03-30 Thread Ashley Sheridan
Aleksandar Skodric aleksan...@skodric.com wrote: Hi all, I am using Codeigniter framework, tho' I believe my question is more PHP related in general. Problem I am having is following. Codeigniter (CI) uses general class CI_Controller for all functions. I have extended this controller with:

Re: [PHP] Grasping class / controllers

2011-03-30 Thread Aleksandar Skodric
Hi, Yes indeed you are correct. Found out that framework was loading libraries from array in specific order, whereby one overrules the next one. Anyway, problem solved by rearranging the order of the array :) Thanks anyway :) On 03/30/2011 04:13 PM, Ashley Sheridan wrote: Aleksandar