WordPress finally starts to retire the old php / mysql extension
Finally! Automattic and WordPress are starting to retire the old mysql data-access API. This is going to foul up WordPress themes and plugins that use those APIs. It shouldn’t be hard to switch. For a while there’s been a global instance of the WPDB class that developers can use. Gary Pendergast has a good article … Read more