If I want to echo my current query in bonfire which function provide functionality like laravel provide to_sql()
Asked
Active
Viewed 129 times
0
-
Not having seen any of your code, will `_compile_select()` work? – faerin Jul 14 '16 at 06:08
-
1This may help http://stackoverflow.com/questions/15953811/codeigniter-this-db-last-query-executes-query and `echo $this->db->last_query();` – Jul 14 '16 at 06:57
-
@wolfgang1983 : last_query is for codeigniter so it'll working in bonfire also..? – Codebrekers Jul 14 '16 at 06:59
-
Its codeigniter based so would think so – Jul 14 '16 at 07:11