Welcome Guest, Not a member yet? Register   Sign In
call a model function in other file
#3

[eluser]Michael Wales[/eluser]
Without seeing the controller I'd say you probably have not loaded the model (the model must be loaded and the object instantiated - which CodeIgniter does for you - prior to using it).
Code:
$this->load->model('function_model');

We can get into the debate of calling a model from a view and how this should be a helper later. Tongue


Messages In This Thread
call a model function in other file - by El Forum - 05-27-2008, 04:23 PM
call a model function in other file - by El Forum - 05-27-2008, 04:55 PM
call a model function in other file - by El Forum - 05-27-2008, 10:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB