Welcome Guest, Not a member yet? Register   Sign In
Community-Auth make this work in view?
#2

Class members declared public can be accessed everywhere.
Class members declared protected can be accessed only within the class itself and by inherited classes.
Class members declared as private may only be accessed by the class that defines the member.

You would need to extend the class and create your own method to call that protected method.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Community-Auth make this work in view? - by InsiteFX - 03-28-2016, 07:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB