Welcome Guest, Not a member yet? Register   Sign In
Help with database connection
#6

[eluser]therealmaloy[/eluser]
manton,

i might be wrong.. but i guess if the posted code is really from your model.. check the closing brace of your model Smile I am about to check/run your code but kind of lazy at the moment and suddenly i noticed this, just try this and let us know.

the class was accidentally closed Smile

<?php
class MProducts extends Model {

function MProducts()
{
parent::Model();
}
}<-------------- this is the problem, this must be moved on the end part of the class

....


Messages In This Thread
Help with database connection - by El Forum - 12-07-2008, 08:02 AM
Help with database connection - by El Forum - 12-07-2008, 08:09 AM
Help with database connection - by El Forum - 12-07-2008, 10:03 AM
Help with database connection - by El Forum - 12-07-2008, 10:17 AM
Help with database connection - by El Forum - 12-07-2008, 11:08 AM
Help with database connection - by El Forum - 12-07-2008, 11:11 AM
Help with database connection - by El Forum - 12-07-2008, 11:53 AM
Help with database connection - by El Forum - 12-07-2008, 12:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB