Welcome Guest, Not a member yet? Register   Sign In
Strange phenomenon passing array through active record class
#2

[eluser]Tim Brownlaw[/eluser]
The Best way to see what's going on is to check the SQL being generated
If there's nothing obvious there, then try running the generated SQL statement through your phpmyadmin or mysql workbench or even the ole command line and see what helpful errors they give.

So after your "get", add in a "last_query" call like so..

Code:
...
$query = $this->db->get('search_exclusions');
echo $this->db->last_query();
...

And see what light that sheds on matters.

Cheers
Tim


Messages In This Thread
Strange phenomenon passing array through active record class - by El Forum - 07-31-2014, 01:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB