I am a beginner learning codeigniter to build a website. For authentication feature, i use tank_auth library and it works fine if I dont alter the tank_auth table field names.
I\'m using the latest version of Codeigniter and tank_auth 1.0.9 on a site I\'m building. When using set_flashdata() and flashdata() respectivly, nothing is bei开发者_StackOverflowng returned on redi
The issue here is that when my user logs into my app, they always are redirected to the default controller.
I am having trouble getting a working Codeigniter version 2.0.3 with hmvc and tank auth(set up as a module) setup properly. I have installed CI properlly and then install HMVC with these directions ht
So I have a code here to val开发者_运维知识库idate the usernname exist or not, I\'m using tank_auth library
I can\'t seem to get tank auth installed correctly, I copied over the files, but everytime I visit \'localhost/auth\' it gives me the error Unable to load the requested class: security.
I am using Tank Auth library in Codeigniter with HMVC and the entire tank auth mvc files are in its own module called \'auth\'. tank auth loads a view (domain.com/application/modules/auth/views/auth/l
Could someone please explain why there is a difference between function foo($a){$blah = $a}....... foo($CONSTANT);
I use CodeIgniter + Tank Auth. Only the code http://localhost/XXXXXXXX/auth/forgot_password doesn\'t work.
I have been playing around with this library, which is absolutely awesome. I was testing it and I think there\'s a problem when a non activated User tries to log in. I was just wondering if any of you