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

(This post was last modified: 09-08-2019, 08:33 AM by InsiteFX. Edit Reason: Added Example )

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.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
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 InsiteFX - 09-08-2019, 08:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB