Welcome Guest, Not a member yet? Register   Sign In
Question: CI4 function for CI3 $this->CI->load->view('a')
#2

The `view` function returns a string so you can either return that string (normal use case) or assign that content to a variable, like you're wanting to do here.

PHP Code:
$content view('about/developer/modalform'$data); 
Reply


Messages In This Thread
RE: Question: CI4 function for CI3 $this->CI->load->view('a') - by kilishan - 01-24-2022, 07:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB