EzAuth 0.6 - The Easiest User Management System for CI |
[eluser]Kawsar[/eluser]
i wanted to using database transaction when user request register. but it doesn't woking!!! when i post the form, then nothing insert into my database!!! ![]() sorry for my english!!
[eluser]Unknown[/eluser]
Just found an issue with the _remap() method supplied - it was shifting my segments if the controller was in a folder. The issue is the hardcoded 2 value... For example, http://example.com/controllerfolder/test/page/1/2/3 would render "page, 1, 2" instead of "1, 2, 3" Code: class Test extends Controller { Here's my fix: Code: // remap for ezauth |
Welcome Guest, Not a member yet? Register Sign In |