Welcome Guest, Not a member yet? Register   Sign In
help with table + pagination
#6

[eluser]e.abubakr89[/eluser]
Hi Dinni
This post is written a year ago, when the used codeigniter was 1.7. so
1- use codeogniter 2.0.X
2- type the command
Code:
$this->load->library('table');
before using add_row function, like:
Code:
<?php
$this->load->library('table');
foreach ($records as $item)
{
   $this->table->add_row(array($item->from,$item->to,$item->title,"<a >id."' >".substr($item->message,0,8)." </a>"));
}

echo $this->table->generate();
?&gt;

any time.

Hey Dinni, where are you from? (nationality !)


Messages In This Thread
help with table + pagination - by El Forum - 09-22-2010, 10:04 AM
help with table + pagination - by El Forum - 09-22-2010, 10:45 PM
help with table + pagination - by El Forum - 09-22-2010, 11:03 PM
help with table + pagination - by El Forum - 09-22-2010, 11:30 PM
help with table + pagination - by El Forum - 07-19-2011, 02:12 AM
help with table + pagination - by El Forum - 07-19-2011, 06:26 AM
help with table + pagination - by El Forum - 07-19-2011, 07:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB