Welcome Guest, Not a member yet? Register   Sign In
$this->blog_model->func() and $this->blog->func()
#2

[eluser]überfuzz[/eluser]
[quote author="luffy" date="1254022315"]...
If I use $this->blog->func();
...
[/quote]
You might wanna read up on that first lesson in programing... ;-)
Code:
$this->blog->func();

//First you need to load the model, if it is a model, in the models folder.
$this->load->model('model_name'); //If theres a model called model_name it's now loaded.

//If you have created a method/function called method_get_stuff_from_db() you can use it, or maybe we could say reach, it like this.
$this->model_name->method_get_stuff_from_db();


Messages In This Thread
$this->blog_model->func() and $this->blog->func() - by El Forum - 09-26-2009, 04:31 PM
$this->blog_model->func() and $this->blog->func() - by El Forum - 09-27-2009, 12:58 AM
$this->blog_model->func() and $this->blog->func() - by El Forum - 09-27-2009, 08:40 AM
$this->blog_model->func() and $this->blog->func() - by El Forum - 09-27-2009, 02:10 PM
$this->blog_model->func() and $this->blog->func() - by El Forum - 09-27-2009, 02:24 PM
$this->blog_model->func() and $this->blog->func() - by El Forum - 09-27-2009, 02:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB