CodeIgniter Forums
How to get view into a variable? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: How to get view into a variable? (/showthread.php?tid=75317)



How to get view into a variable? - Dedov_Evgeniy - 01-26-2020

for example:
PHP Code:
$render view('\Modules\Shop\Views\public_tpl\catalog_view_info_tpl'$SQL); 



RE: How to get view into a variable? - InsiteFX - 01-26-2020

See view layouts and view cells in the CodeIgniter 4 User Guide.