Welcome Guest, Not a member yet? Register   Sign In
Problem with Select in Codeigniter
#2

[eluser]Eduard Stankovic[/eluser]
It because CodeIgniter tries to escape these values, if you add additional parameter (false), escaping will be ignored


Code:
$this->db->select("DATE_FORMAT (date_end, ‘% W% M% Y’) AS dateend", false);

I hope its help and sorry for my English



Messages In This Thread
Problem with Select in Codeigniter - by El Forum - 11-28-2012, 12:12 PM
Problem with Select in Codeigniter - by El Forum - 11-28-2012, 12:31 PM
Problem with Select in Codeigniter - by El Forum - 11-28-2012, 12:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB