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=77798)



Query binding - devaicom - 10-20-2020

Hi everyone,

First, sorry if the question has already been asked (which is quite possible) : i did not find it.
I have a small problem with query binding : i don't need to execute the query with binding and get a result set, i simply need the computed query, something likeĀ 

PHP Code:
$str $this->db->getComputedQuery($query$dataToBind); 

Thanks


RE: Query binding - devaicom - 10-20-2020

And this is of course the exact moment where i find the answer : db->compile_binds
Sorry


RE: Query binding - InsiteFX - 10-20-2020

Please edit your Forum Topic and add to the Tile [SOLVED].