Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] 'Unable to locate file: mi_model.php' using HMVC
#5

[eluser]DooBie[/eluser]
i solved my problem, the error are in this line in usuarios.php:
Code:
$this->load->model('Usuarios_model');

i change with this line:
Code:
$this->load->model('usuarios_model');

Note that 'usuarios_model' are in first lowercase! but, the name of the class are 'Usuarios_model' with first upercase.

Thanks!


Messages In This Thread
[SOLVED] 'Unable to locate file: mi_model.php' using HMVC - by El Forum - 06-21-2010, 10:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB