Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 get last query
#2

PHP Code:
// controller
$data['lastQuery'] = $db->getLastQuery();

// view
<?= $lastQuery?>

if you need to do all of this in the view you would need and instance of the database connection
and model.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Codeigniter 4 get last query - by pippuccio76 - 06-21-2020, 08:58 AM
RE: Codeigniter 4 get last query - by InsiteFX - 06-22-2020, 03:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB