Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
Active Record: viewing the resulting queries?
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Active Record: viewing the resulting queries?
El Forum
Unregistered
#1
02-24-2009, 01:11 PM
[eluser]degu[/eluser]
Hello,
is there a way to view/log the queries that the active record methods build? I need to analyze some of my more complex queries for debugging purposes. Thanks!
El Forum
Unregistered
#2
02-24-2009, 01:17 PM
[eluser]simshaun[/eluser]
Try enabling the profiler. It should show the queries at the bottom.
El Forum
Unregistered
#3
02-24-2009, 06:05 PM
[eluser]fesweb[/eluser]
To be more specific for new people...
At the top of your function (or inside the controller's __construct() function):
Code:
$this->output->enable_profiler();
El Forum
Unregistered
#4
02-24-2009, 06:23 PM
[eluser]Armchair Samurai[/eluser]
You can also echo out the query with $this->db->last_query()
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB