Welcome Guest, Not a member yet? Register   Sign In
Trying to add two table [html table, not database table] in one view
#3

[eluser]Learn CodeIgniter[/eluser]
You need to do this before setting up the other tables and after each table.
Code:
$this->table->clear();

View
Code:
<div class="clear-h"></div>
                [b]&lt;?php  echo $this->table->generate(); ?&gt;[/b]
                
                <div class="clear-h"></div>
                &lt;?php $this->table->clear(); ?&gt;
                [b]&lt;?php echo $this->table->generate($infoRelPlAr); ?&gt;[/b]
                
                <div class="clear-h"></div>
                &lt;?php $this->table->clear(); ?&gt;
                [b]&lt;?php echo $this->table->generate($infoRelCbhAr); ?&gt;[/b]
                
                <div class="clear-h"></div>
                &lt;?php $this->table->clear(); ?&gt;
                [b]&lt;?php echo $this->table->generate($infoRelWchAr); ?&gt;[/b]
</div>


Messages In This Thread
Trying to add two table [html table, not database table] in one view - by El Forum - 06-04-2012, 02:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB