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

[eluser]davidbehler[/eluser]
Try this instead:
Code:
foreach ($tag->result() as $row)
{
    echo $row->word_list;
    echo $row->total;
}

That should give you the words on the corresponding count.


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