using $this->load->model on Modular Extensions fails |
[eluser]moksahero[/eluser]
In the user guide: http://ellislab.com/codeigniter/user-gui...odels.html under "Loading a Model" section model names with first letter being capital is used. for $this->Model_name->function(). This has been the way I have loaded and called all model related functions and I expected Modular Extensions to behave the same. Am I missing something?? |
Messages In This Thread |
using $this->load->model on Modular Extensions fails - by El Forum - 08-14-2008, 01:00 AM
using $this->load->model on Modular Extensions fails - by El Forum - 08-14-2008, 02:07 AM
using $this->load->model on Modular Extensions fails - by El Forum - 08-14-2008, 02:19 AM
using $this->load->model on Modular Extensions fails - by El Forum - 08-14-2008, 03:19 AM
using $this->load->model on Modular Extensions fails - by El Forum - 08-14-2008, 03:26 AM
using $this->load->model on Modular Extensions fails - by El Forum - 08-14-2008, 08:47 AM
|