Welcome Guest, Not a member yet? Register   Sign In
how to retrive data from database and display
#8

(07-08-2020, 05:19 AM)jreklund Wrote: Based on the code provided the only way it can be undefined are this:

Code:
$data = array();
$data['posts'] = $model->findAll();
return view('home',$data);

Other than that you aren't calling it from somewhere.

Thank you so much. will try
Reply


Messages In This Thread
RE: how to retrive data from database and display - by Jeewakapk - 07-08-2020, 10:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB