WJBlog


Refactor Your Web Site Database with MySQL’s Stored Procedures and Views

Published On: July 20, 2010 @ 03:31:19pm

MySQL stored procedures and views can not only go a long way towards separating the logic and domain model, but they also can easily be integrated into PHP. This article introduces stored procedures and views, and shows you how to use them within your PHP code.

» Read the tutorial