CodeIgniter Forums
Using the Template Parser Class - 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: Using the Template Parser Class (/showthread.php?tid=79819)



Using the Template Parser Class - richb201 - 08-01-2021

I have a template that I use throughout my app. At one point in the user interaction the internal process takes about 30 seconds and then paints the screen with a new tab. I'd like to have the words "LOADING..." appear across the first screen, until the next screen appears. I was thinking I could do this with the Template Parser Class. I have never used it before. Is the modification of the template just temporary?

Or perhaps there is a better way such as showing a busy flag?


RE: Using the Template Parser Class - InsiteFX - 08-02-2021

Best to use a jQuery loading image.