Welcome Guest, Not a member yet? Register   Sign In
help me - array to parsing : using to Template Parser Class
#2

[eluser]Phil Sturgeon[/eluser]
By this you mean your variable pased in the following code right?

Code:
$this->parser->parse('filename.hhtml', $output);

If so, make it $output['mainList'] or something, then just use the HTML:

Quote:<html>
<head>
<title>test</title>
</head>
<body>
{mainList}
{bmb_name}
{list}
<h5>{bmm_name}</h5>
<p>{bmm_link}</p>
{/list}
{/bmb_name}
{/mainList}
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
help me - array to parsing : using to Template Parser Class - by El Forum - 07-04-2007, 04:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB