Welcome Guest, Not a member yet? Register   Sign In
it is not paginating me, humm, dunno why :(
#6

[eluser]number1chump[/eluser]
Thank you a lot to both of you.

I am going to reflect word by word on the code.

Yes, as per $config[‘total_rows’] I know what it was because it is explained in the user guide section of pagination class. Actually in my example that was one issue, I first hard-coded the real number i had, putting 659 (even though there shows 200) I did try to make it dynamic by retrieving the

Code:
echo 'Total Results: ' . $query ->num_rows();

but it would tell me "undefined variable" because I was not passing it properly so I left it hardcoded at least to see if I could manage the pagination.

The code that Josh has written is more elaborate than what the example of the userguide shows, so I will need a couple of hours maybe to fully understand it since I have been with codeigniter for 3 days so far.

As per Active Records I am not very fond of it because it would force me to unlearn, unset, unlink the SQL that I know, so I prefer to not use Active Records for building SQL queries, although I will use it for pagination and other functions.

thank you very very much

Alvaro


Messages In This Thread
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 05:35 AM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 06:08 AM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 06:26 AM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 10:19 AM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 12:58 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 01:14 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 01:25 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 01:46 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-11-2011, 02:19 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-12-2011, 10:39 AM
it is not paginating me, humm, dunno why :( - by El Forum - 01-22-2011, 03:39 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-23-2011, 05:04 AM
it is not paginating me, humm, dunno why :( - by El Forum - 01-30-2011, 04:20 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-30-2011, 06:58 PM
it is not paginating me, humm, dunno why :( - by El Forum - 01-31-2011, 12:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB