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 Skodri
"Aleksandar Skodric" 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: abstract class
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: abstract class CORE_Controller
extends CI_Controll
3 matches
Mail list logo