Welcome Guest, Not a member yet? Register   Sign In
Create a tag cloud (kind of)
#8

[eluser]drewbee[/eluser]
I don't use active record for selecting (other then $db->query), however it would be something similar to this:

Code:
$db->select('word_list, COUNT(word_list) AS total', FALSE);
$db->group_by('word_list');
$query = $db->get('words');

As well, if their are errors is the above, I would expect it to be at the COUNT part. Thats the best I can do for you Big Grin Should give you a place to start though.


Messages In This Thread
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:53 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:57 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:59 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:00 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:11 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:19 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:29 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 07:32 AM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:04 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:12 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:41 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB