Where born the wordpress database class
Friday, December 12th, 2008As wordpress user/coder i know something about how it has been coded and about his loop.
Many times we found something like this:
$wpdb->get_row
it is an instance of the wpdb class to execute a query to database.
The WordPress DB Class is coded inside the wordpress file: wp-includes/wp-db.php. (more…)

