Welcome Guest, Not a member yet? Register   Sign In
How to properly get the view as a string
#2

It is the correct way. view() returns string value.

If you want to remove the debug code in the string:
PHP Code:
view('form_view'$data, ['debug' => false]); 
Reply


Messages In This Thread
RE: How to properly get the view as a string - by kenjis - 12-14-2021, 05:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB