Welcome Guest, Not a member yet? Register   Sign In
MY_Table.php
#5

[eluser]cPage[/eluser]
How about my way for table. Its working with coordinated cells.

$this->page->set_output(block,line,column,$value1);

Code:
$this->set_thead('whatever'); //auto colspan 3
$this->set_tfoot('whatever'); //auto colspan 3
$this->set_caption('whatever');
$this->page->set_output(1,1,1,$value1);
$this->page->set_output(1,1,2,$value2);
$this->page->set_output(1,1,3,$value3);
$strHtml = $this->page->create_table(1,1,3);


Messages In This Thread
MY_Table.php - by El Forum - 08-14-2012, 11:01 AM
MY_Table.php - by El Forum - 08-14-2012, 11:39 AM
MY_Table.php - by El Forum - 08-14-2012, 12:43 PM
MY_Table.php - by El Forum - 08-14-2012, 05:21 PM
MY_Table.php - by El Forum - 08-23-2012, 01:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB