![]() |
Problem with parser - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Problem with parser (/showthread.php?tid=71581) Pages:
1
2
|
RE: Problem with parser - John_Betong - 09-01-2018 (09-01-2018, 08:41 AM)Decibel150 Wrote: It's still not working. I don't know how to get out of this, I'm thinking of having 2 different views and directly pass the values of parse hay, so as not to have to save anything in the database, Since I think it'll be easier and this is taking up a lot of my time. Try this without the Parser: // Controller/Controller_Name.php PHP Code: <?php // View/page-name.php PHP Code: // "Fails Fast" and ONLY applies to this file Use the Browser's Source View to ensure the parameters have been passed correctly |