Welcome Guest, Not a member yet? Register   Sign In
Replace place holder text with php script
#2

[eluser]Stefan Hueg[/eluser]
Hi,

You could use the standard Codeigniter Parser to achieve what you want. Just call
Code:
$this->parser->set_delimiters('##', '##');
$this->parser->parse_string(...);

For more information: http://ellislab.com/codeigniter/user-gui...arser.html


Messages In This Thread
Replace place holder text with php script - by El Forum - 04-30-2012, 03:39 AM
Replace place holder text with php script - by El Forum - 04-30-2012, 05:34 AM
Replace place holder text with php script - by El Forum - 04-30-2012, 01:55 PM
Replace place holder text with php script - by El Forum - 04-30-2012, 02:03 PM
Replace place holder text with php script - by El Forum - 04-30-2012, 02:12 PM
Replace place holder text with php script - by El Forum - 04-30-2012, 02:24 PM
Replace place holder text with php script - by El Forum - 04-30-2012, 02:55 PM
Replace place holder text with php script - by El Forum - 05-01-2012, 07:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB