Welcome Guest, Not a member yet? Register   Sign In
Active record backticks problem
#4

[eluser]LuckyFella73[/eluser]
I don't know if that's a bug. I had the same problem a few weeks ago
and solved that by setting up the select like that:

Code:
$this->db->select('document.*');
$this->db->select('users.firstname');
$this->db->select('users.lastname');

Hope that works for you.



EDIT: I didn't read your post taking the time I should have,
so my post is useless ... sorry


Messages In This Thread
Active record backticks problem - by El Forum - 09-09-2010, 05:45 PM
Active record backticks problem - by El Forum - 09-09-2010, 06:50 PM
Active record backticks problem - by El Forum - 12-13-2010, 11:26 AM
Active record backticks problem - by El Forum - 12-13-2010, 11:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB