Welcome Guest, Not a member yet? Register   Sign In
Celling class model and function model
#3

(09-08-2019, 08:26 AM)InsiteFX Wrote: So what problems are you having? That tell's nothing about your problem.

It would be something like this:

PHP Code:
// Loading a model in the Controller.
$users = new UserModel();

// Using the Model in the Controller.
$user $users->getUserById($id); 

If that is what you are looking for.

do not forget to add the model at the beginning of the controller:

PHP Code:
use App\Models\UsersModel
Reply


Messages In This Thread
Celling class model and function model - by chau - 09-08-2019, 02:02 AM
RE: Celling class model and function model - by mintwint - 09-08-2019, 10:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB