01-19-2010, 01:41 AM
[eluser]jedd[/eluser]
What happens if instead of this:
[quote author="HugoA" date="1263851024"]
[/quote]
- you do this instead:
What happens if instead of this:
[quote author="HugoA" date="1263851024"]
Code:
$query = $this->db->query('CALL getPersona()');
- you do this instead:
Code:
$query = $this->db->query('CALL getPersona()', FALSE);