Welcome Guest, Not a member yet? Register   Sign In
using $this->load->model on Modular Extensions fails
#1

[eluser]moksahero[/eluser]
Hello,

I'm having trouble loading model using Modular Extensions.

The way I was trying was to use the first letter capital as:

$this->load->model('Customer_model')

this

modules_find function at line:130 in modular_helper.php doesn't include lower case string so that this fails and the follwing error

Code:
An Error Was Encountered

Unable to locate the requested file: ../system/application/models/admin/Customer_model.php

Is there a way to use class name with capital as suggested in CI user guide?

Thanks


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



Theme © iAndrew 2016 - Forum software by © MyBB