CodeIgniter Forums
Query Binding - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Query Binding (/showthread.php?tid=1173)



Query Binding - eldan88 - 02-16-2015

Hey Guys,

I have a quick questions. In the CI Manuel i have noticed that you pass in an array of the values you want to bind in the parameters for query bindings.

But in the native PHP  you have to specify the type when preparing the statement. Does CI does that automatically for you? Thanks!