Welcome Guest, Not a member yet? Register   Sign In
Connecting to a database
#5

[eluser]grejsimojs[/eluser]
Hey Adam! Thanks for the help, very appreciated!

This is what my model looks like right now:

Code:
<?
class Kanbanmodel01 extends CI_Model {

function__construct()
{
parent::__construct();
$this->load->database(kanban);
}
}

?>

How do I put the Model into work?


Messages In This Thread
Connecting to a database - by El Forum - 07-16-2012, 02:49 AM
Connecting to a database - by El Forum - 07-16-2012, 03:09 AM
Connecting to a database - by El Forum - 07-16-2012, 04:08 AM
Connecting to a database - by El Forum - 07-16-2012, 05:17 AM
Connecting to a database - by El Forum - 07-18-2012, 01:30 AM
Connecting to a database - by El Forum - 07-18-2012, 02:05 AM
Connecting to a database - by El Forum - 07-18-2012, 05:36 AM
Connecting to a database - by El Forum - 07-20-2012, 01:10 AM
Connecting to a database - by El Forum - 11-01-2012, 09:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB