Welcome Guest, Not a member yet? Register   Sign In
Formatting of HTML: View or Controller
#5

[eluser]Dready[/eluser]
As always data in the controller and html in the view...

views/ul.php
Code:
<ul>
{items}
<li>{label}</li>
{/items}
</ul>

controller :
Code:
$tpl = array ('items'=> array (
                  array('label'=>'something'),
                  array('label'=>'something else'),
                  array('label'=>'and so and so')
));

$this->load->library('parser');
$this->parser->parse('ul',$tpl);


Messages In This Thread
Formatting of HTML: View or Controller - by El Forum - 09-25-2008, 07:17 AM
Formatting of HTML: View or Controller - by El Forum - 09-25-2008, 07:28 AM
Formatting of HTML: View or Controller - by El Forum - 09-25-2008, 07:40 AM
Formatting of HTML: View or Controller - by El Forum - 09-25-2008, 07:47 AM
Formatting of HTML: View or Controller - by El Forum - 09-25-2008, 02:32 PM
Formatting of HTML: View or Controller - by El Forum - 09-25-2008, 04:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB