i want to use another model in a controller for example in users_controller.php,we use a model as User how i can use another model for example sports_controller model as Sport?
i want to use another model in a controller for example in users_controller.php,we use
Share
In your controller:
Then you can use it like any other model: