CodeIgniter Forums
render - 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: render (/showthread.php?tid=82380)



render - snowscience - 07-04-2022

Hello everyone
I am new with codeigniter and was trying to understand the render.
Here: https://codeigniter.com/user_guide/outgoing/view_renderer.html

I don't quite understand what it is used for. can anyone give me an example?
thanks

snowscience


RE: render - kenjis - 07-09-2022

Quote:The View class processes conventional HTML/PHP scripts stored in the application’s view path, after extracting view parameters into PHP variables, accessible inside the scripts.
https://codeigniter.com/user_guide/outgoing/view_renderer.html#what-it-does

If you use view() function, you are using the View class.