Welcome Guest, Not a member yet? Register   Sign In
Form validation false interrupting the pagination - help !
#5

[eluser]chaminda[/eluser]
[quote author="osci" date="1306983223"]When your user is logged in he is redirected to main/index, where I suspect you have the same pagination, which should be working as you say.
If he is not successfully logged in he is again redirected to your login function, no view.

Also your
Code:
$config['base_url'] = base_url() . 'main/index';
// might need to be for this function
$config['base_url'] = base_url() . 'main/login';

Also your data from your model doesn't seem to handle the offset.

And your idea seems a little spaghetti to me. Why would you want pagination to your login form?[/quote]


i have created a classified with CI and pagination used by a table in index page. the login form also in the index page. take a look at this url and try to login with invalid user and pass. then you will see what is my problem is. thanks for helping me Wink

My site


Messages In This Thread
Form validation false interrupting the pagination - help ! - by El Forum - 06-01-2011, 07:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB