Welcome Guest, Not a member yet? Register   Sign In
Table Generation and links
#6

[eluser]stowell48[/eluser]
[quote author="mrwilson1" date="1267233102"]Stowell, in order to do what i wanted to do I used "add_row" in this manner

<code>foreach($result as $row)
{
$this->table->add_row(
anchor("work/fill_form/$row->id", $row->id),
$row->date,
$row->title,
$row->compl,
$this->typography->auto_typography($row->item)
);
}
$table = $this->table->generate();
echo $table;

</code>[/quote]

Awesome. Thanks for your help. That worked great.


Messages In This Thread
Table Generation and links - by El Forum - 10-26-2009, 05:38 PM
Table Generation and links - by El Forum - 10-26-2009, 06:07 PM
Table Generation and links - by El Forum - 10-26-2009, 06:20 PM
Table Generation and links - by El Forum - 02-26-2010, 12:51 PM
Table Generation and links - by El Forum - 02-26-2010, 01:11 PM
Table Generation and links - by El Forum - 02-26-2010, 03:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB