Today, We want to share with you codeigniter print last query.In this post we will show you codeigniter last insert id, hear for codeigniter echo last query we will give you demo and example for implement.In this post, we will learn about or where in codeigniter with an example.
Printing Last Executed Mysql Query in CodeIgniter?
the last_query() Function Returns the last query that was run (the query string, not the result).
Example 1: Last Query Function
$this->db->last_query();
codeigniter print last sql query
Example 2:
print_r($this->db->last_query());
Example 3: Tamil_Logo.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Tamil_Logo extends CI_Model { public function get_all_tamil_movies() { $result = $this->db->get("movies")->result(); echo $this->db->last_query(); exit; return $result; } ?>
I hope you get an idea about print last query laravel.
I would like to have feedback on my infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.