Understanding WordPress Database object $wpdb
Understanding WordPress database object will help you to write better code for your theme or plugin. In this post I will show you how to extend existing wpdb class by creating your own database class in a separate file and performing CRUD operations using built-in WordPress database APIs.