[eluser]Unknown[/eluser]
When trying to use the last_query() function I am getting a result of "DESCRIBE 'sometable'". I am using datamapper and have also tried using the check_last_query(), but get the same results.
Here is an example of what I am doing.
Code:
$store = new Store();
$store->get();
echo $store->db->last_query();
which results in:
DESCRIBE `loc_stores`
Any thoughts on to how to get this to show correctly?