01Jun2010
WordPress Plugin Tip – MySQL Transactions with $wpdb
This tip is more for Wordpress theme and plugin developers. I've been working on a client project that required MySQL transactions, as I needed to perform multiple deletions on multiple tables, where the data was interdependent. Since I was writing a Wordpress plugin, I wanted a way of doing a MySQL database transaction, using the Wordpress database object $wpdb.
Read More




