Welcome Guest, Not a member yet? Register   Sign In
Ion Auth, $this->render() help
#1

[eluser]phpmonster[/eluser]
Trying to figure out what the render method exactly does within the Ion Auth library.

I've setup a few templates files, am trying to load those using the render method.
Does the $this->render(); method accepts multiple parameters?
#2

[eluser]Ben Edmunds[/eluser]
The render method isn't part of Ion Auth. It is declared in the MY_Controller and is a way of setting data and loading views.

Check out the code and modify it as needed.
#3

[eluser]phpmonster[/eluser]
[quote author="Ben Edmunds" date="1292908477"]The render method isn't part of Ion Auth. It is declared in the MY_Controller and is a way of setting data and loading views.

Check out the code and modify it as needed.[/quote]

Thanks Ben, your Auth library rocks!

As a newbie to CI I was able to figure it out and get it working immediately.
had tried some other Auth libraries but yours is lean and mean :cheese:

Thanks again,
Sean




Theme © iAndrew 2016 - Forum software by © MyBB