Welcome Guest, Not a member yet? Register   Sign In
Launch automatically function
#1

[eluser]Louis![/eluser]
Hello,

I have developed a library to verify if the user is autentified. I'm looking for a way to launch automatically the function which check that.

I think i should integrate the test in the master Controller but maybe exists a best way to dothat ?

Thanks

Louis


ps : sorry for my english Wink
#2

[eluser]Dam1an[/eluser]
Hi louis, welcome to CI
You can either extend the base controller, or you a hook

I personally prefer to use the MY_Controller approach Smile
#3

[eluser]TheFuzzy0ne[/eluser]
You could just auto load the library, and have it perform some tasks upon instantiation - like the session library.
#4

[eluser]Louis![/eluser]
Sorry for the delay.

I think the MY_Controller approach is the best solution because the library must permit to make the authentification when you want and not always on instantiation.

Thanks for yours answers

Louis




Theme © iAndrew 2016 - Forum software by © MyBB