Welcome Guest, Not a member yet? Register   Sign In
Poll Query
#2

[eluser]wowdezign[/eluser]
I don't know if this is the problem but I noticed in your model you have:

Code:
$this->db->orderby('poll.id', 'DESC');

and I think it should be:

Code:
$this->db->order_by('poll.id', 'DESC');


Messages In This Thread
Poll Query - by El Forum - 11-08-2009, 10:40 PM
Poll Query - by El Forum - 11-08-2009, 10:47 PM
Poll Query - by El Forum - 11-08-2009, 10:50 PM
Poll Query - by El Forum - 11-08-2009, 10:59 PM
Poll Query - by El Forum - 11-08-2009, 11:05 PM
Poll Query - by El Forum - 11-09-2009, 06:00 PM
Poll Query - by El Forum - 11-09-2009, 10:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB