Welcome Guest, Not a member yet? Register   Sign In
New to code igniter having a hard time with instantiating classes
#2

[eluser]dbug[/eluser]
Seemed to be getting closer:

<?php
class Catalog_model extends CI_Model {

function __construct() {
parent::__construct();
$this->load->database(); <--- needs to load databse
}


Messages In This Thread
New to code igniter having a hard time with instantiating classes - by El Forum - 08-08-2011, 11:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB