Welcome Guest, Not a member yet? Register   Sign In
PHP in a parser
#1

[eluser]kr1pt[/eluser]
Hello. I'm new to parsing, and I want to create this: Instead of:

<some html code>
&lt;?php echo $this->model->some_method($data); ?&gt;
</some html code>

I want to use:
<some html code>
{$this->model->some_method(data)}
</some html code>

Possible? If you understand what I mean.




Theme © iAndrew 2016 - Forum software by © MyBB