Welcome Guest, Not a member yet? Register   Sign In
Can I use Model function in a plugin?
#1

[eluser]shinokada[/eluser]
I am getting an error with this in plugin.

Code:
$catname = $this->ModelCats->getCategoryNamebyProduct($category_id);

It seems I can't use like $this->Modelname in plugin.

The model is autoloaded.

Can anyone suggest the best way? Do I need to change it to helper or library?
#2

[eluser]Cro_Crx[/eluser]
http://ellislab.com/codeigniter/user-gui...aries.html

ctrl + f "Utilizing CodeIgniter Resources within Your Library"




Theme © iAndrew 2016 - Forum software by © MyBB