Welcome Guest, Not a member yet? Register   Sign In
AES_DECRYPT with active record
#2

[eluser]LaPouleLustucru[/eluser]
Hi,

I think you should set the optional second parameter to FALSE like this :
Code:
$query = $this->db->select("AES_DECRYPT(testing,'$key') as testing", FALSE);

As a result, CodeIgniter will not try to protect your fields with backsticks ( ` ).

Did it help you ?

Thanks


Messages In This Thread
AES_DECRYPT with active record - by El Forum - 01-07-2013, 10:15 AM
AES_DECRYPT with active record - by El Forum - 01-14-2013, 02:48 PM
AES_DECRYPT with active record - by El Forum - 01-14-2013, 02:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB