Welcome Guest, Not a member yet? Register   Sign In
Using Models within Models
#1

[eluser]Moon 111[/eluser]
I have a Model that has common functions to be used throughout the entire website. How can I load/use it in other Models?

Thanks,
- Moshe
#2

[eluser]xwero[/eluser]
If it's autoloaded you can use the methods like you would do in in controller.
Code:
function great_method()
{
   $this->autoloaded_model->fantastic_method();
}
#3

[eluser]Moon 111[/eluser]
Oh, OK, great!




Theme © iAndrew 2016 - Forum software by © MyBB