Posts by Jairo Gratão • 21 points
2 posts
-
1
votes1
answer42
viewsA: Hook for Queries Log and Redirect Instruction
[RESOLVED] I did it this way: I created a new item in config.php: $config['gera_arquivo_log'] = TRUE and I changed the Db_driver including the following instruction: $ci = get_instance();…
-
-1
votes1
answer42
viewsQ: Hook for Queries Log and Redirect Instruction
I’m using hook to log queries. However when I use redirect instead of load->view, the array db->queries is empty. I need to continue using the redirect statement. Can anyone help me? I’m using…