Ion Auth - Lightweight Auth System based on Redux Auth 2 |
[eluser]Ben Edmunds[/eluser]
Just let me know if you have any problems with it and we can walk through it. Overloading in this case will map the library method calls to the model if the method doesn't exist in the library. So for instance if you call: Code: $this->ion_auth->email_check('[email protected]'); the email_check() method doesn't exist in the library but it does in the model so the library will return the model method call. So to you, who is calling the method, it will be transparent. |
Welcome Guest, Not a member yet? Register Sign In |