Welcome Guest, Not a member yet? Register   Sign In
Calling the database from a view file?
#6

[eluser]TheFuzzy0ne[/eluser]
In your position, I would create function in my model specifically for getting a page of data. I would use an SQL statement to join the tables together, and count the comments into their own column. This would mean that you get to do the business within one query. You'd need to use $this->db->distinct() and $this->db->group_by() to get it the way you want it, and you'd need to use the SQL COUNT() function in the select part of your statement.

Does this help at all?


Messages In This Thread
Calling the database from a view file? - by El Forum - 02-08-2009, 11:42 AM
Calling the database from a view file? - by El Forum - 02-08-2009, 12:04 PM
Calling the database from a view file? - by El Forum - 02-08-2009, 01:18 PM
Calling the database from a view file? - by El Forum - 02-08-2009, 01:54 PM
Calling the database from a view file? - by El Forum - 02-08-2009, 02:16 PM
Calling the database from a view file? - by El Forum - 02-08-2009, 02:49 PM
Calling the database from a view file? - by El Forum - 02-08-2009, 02:54 PM
Calling the database from a view file? - by El Forum - 02-10-2009, 12:36 AM
Calling the database from a view file? - by El Forum - 02-11-2009, 08:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB