Welcome Guest, Not a member yet? Register   Sign In
I Can't include file from config in model page
#4

[eluser]InsiteFX[/eluser]
Code:
class functions extends Model {

function functions()
    {
        // Call the Model constructor
        parent::Model();
    }
    
}

// in your controller or where you are calling it from

$this->load->model('functions');

InsiteFX


Messages In This Thread
I Can't include file from config in model page - by El Forum - 08-24-2010, 05:26 PM
I Can't include file from config in model page - by El Forum - 08-24-2010, 08:16 PM
I Can't include file from config in model page - by El Forum - 08-25-2010, 07:20 PM
I Can't include file from config in model page - by El Forum - 08-25-2010, 07:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB