Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Passing variable to view results in empty variable
Post: RE: Passing variable to view results in empty vari...

It sounds like the issue lies in passing the data to the view. You might want to try passing the data as an array with a key, like this: return view('family', ['data' => $data]); Then in the vie...
2,641 Views
5 Replies
03-22-2023, 12:56 AM
KeroniMasingolir
    Thread: How to call models outside CodeIgniter controller?
Post: How to call models outside CodeIgniter controller?

I require assistance with CodeIgniter 4. I have a file named ExportAlert.php in the root directory with the following path: TestingWebsite\app\CronJob\ExportAlert.php. This file is not in the controll...
545 Views
1 Replies
03-22-2023, 12:28 AM
KeroniMasingolir

Theme © iAndrew 2016 - Forum software by © MyBB