Welcome Guest, Not a member yet? Register   Sign In
try help me with this error
#2

[eluser]louis w[/eluser]
Is Base_model in another file? If so, you need to include it before you declare your Users_model class in Users_model.php

I am just guessing at your file structure, but this might work.
Code:
require_once('Base_model.php');


Messages In This Thread
try help me with this error - by El Forum - 04-10-2008, 08:48 PM
try help me with this error - by El Forum - 04-10-2008, 09:00 PM
try help me with this error - by El Forum - 04-10-2008, 09:10 PM
try help me with this error - by El Forum - 04-11-2008, 06:08 AM
try help me with this error - by El Forum - 04-11-2008, 11:13 AM
try help me with this error - by El Forum - 04-11-2008, 11:29 AM
try help me with this error - by El Forum - 04-11-2008, 11:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB