Implementing the MVC Pattern in WordPress Plugins

The Model-View-Controller design pattern is a popular technique to help structure applications in a way that is flexible, modular, and easy to maintain, but it hasn’t received much attention within the WordPress community. This session will introduce the basic principles of MVC and show some practical tips on how to implmenent them in a WordPress plugin.