Welcome Guest, Not a member yet? Register   Sign In
Redux Authentication 1.4a (24th July 2008)
#71

[eluser]artiraz[/eluser]
Problem fixed. Many thanks to Popcorn for the help and a great library.
#72

[eluser]Popcorn[/eluser]
Updated, see first post.

Was a bit rushed, didn't want to keep the community any longer. Please report any bugs as usual.
#73

[eluser]gunter[/eluser]
Thanks popcorn! and for the example controller, too!
I will try it when I have some time.
edit: hey Mathew, what you´ve done is very very nice! All in one file... I like that!
thankyou!
#74

[eluser]Scott Boyde[/eluser]
Sorry for being stupid but can someone point me in the direction of the examples and the documentation.

Cheers
#75

[eluser]artiraz[/eluser]
[quote author="stb74" date="1210805621"]Sorry for being stupid but can someone point me in the direction of the examples and the documentation.

Cheers[/quote]

When you download the library, it comes with an example Users Controller.
#76

[eluser]Scott Boyde[/eluser]
Got that one, but on the site it says there are many examples and documentation. Need all the help I can get.

I was looking a an example model, a couple of views.
#77

[eluser]Popcorn[/eluser]
Yeah sorry about not providing a full documentation. The example controller should be enough to give you a basic understanding of how it all works.

I will finish writing documentation and explaining how everything works for the final version. I would be happy to provide support in the IRC chatroom or you can add me to MSN / Aim / GTalk until final arrives.

Apologies

-Mathew
#78

[eluser]artiraz[/eluser]
All of the models needed are in the library with the new version. As for views, :

Code:
<?php if(!$this->redux_auth->logged_in()) {
     // Login | Register
}
else {
     // Welcome!
}
?>

What is it that you want to accomplish?
#79

[eluser]Scott Boyde[/eluser]
No need to apologize, have learnt quite a bit from some of the guys one here but alas its ain't quite enough at times.
#80

[eluser]Scott Boyde[/eluser]
Do I get this error because I haven't added a model yet.

Message: Undefined property: user::$redux_auth

Filename: controllers/user.php

Line Number: 9




Theme © iAndrew 2016 - Forum software by © MyBB