Parser escape - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Parser escape (/showthread.php?tid=67821) |
Parser escape - yonikal56 - 04-13-2017 How can I make codeigniter to show {var} instead of parsing it when I use parser with this site? Is there a way to escape this? RE: Parser escape - php_rocs - 04-14-2017 @yonikal56, We need more details/information. Your request is very vague. RE: Parser escape - PaulD - 04-14-2017 If you mean how do you stop a parser reading a curly bracket set as a placeholder for a variable, you could use the html entity "}" instead in your html. |