WordPress Plugin Development In MVC Architecture, How?
You could definitely use an MVC philosophy in the development of a plugin, but you would be really silly to try to incorporate CI or Cake in addition to WP. For instance, you could build out a plugin using the following pseudo structure (FYI, there are a ton of ways to build this, depending on … Read more