35,10,0,50,1
25,600,60,0,3000,5000,25,800
90,150,1,50,12,30,50,1,70,12,1,50,1,1,1,5000
0,2,1,0,2,40,15,5,2,1,0,20,0,1
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com...
welcome to wplecturer.com...
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com

What is the difference between Wpdb and WP_Query?

More
3 weeks 2 days ago #3897 by ekatsa
What is the difference between Wpdb and WP_Query?

Please Log in to join the conversation.

More
3 weeks 2 days ago #3898 by ekatsa
Answered by ekatsa on question What is the difference between Wpdb and WP_Query?
$wpdb is a PHP global variable that holds the WordPress database object, which is actually an instantiation of the wpdb class. WP_Query actually uses wpdb to query the database. Use WP_Query when you manipulate native WordPress tables (the vast majority of common tasks). Use $wpdb when you manipulate custom tables

Please Log in to join the conversation.

Time to create page: 0.169 seconds