Welcome Guest, Not a member yet? Register   Sign In
undefined property
#5

[eluser]Massaki[/eluser]
[quote author="john_j" date="1344609985"]
Code:
$q = $this->db->get('test');

Did you load 'test'?[/quote]

Code:
$q = $this-db->get('test');
does the same as:
Code:
$q = mysql_query("SELECT * FROM 'test'");


Messages In This Thread
undefined property - by El Forum - 08-10-2012, 07:27 AM
undefined property - by El Forum - 08-10-2012, 07:46 AM
undefined property - by El Forum - 08-10-2012, 07:51 AM
undefined property - by El Forum - 08-10-2012, 07:56 AM
undefined property - by El Forum - 08-10-2012, 11:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB