re•kreate Framework
This is a framework for a plugin made by ReKreate Software Solutions. It helps you organize your project in an MVC type build
by re•kreate · github.com/claytonkreisel/rekreate-framework-plugin
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/claytonkreisel/rekreate-framework-plugin/archive/refs/heads/master.zipThis is a framework for a plugin made by ReKreate Software Solutions. It helps you organize your project in an MVC type build
MVC Approach
The idea behind this plugin is to help provide a MVC-esc style approach to WordPress theme development. One of the ways this accomplished is by totally moving all of the default views into a views folder in the themes root directory. This folder is where your single.php, archive.php, taxonomy.php, header.php, footer.php, etc... that normally sit on the theme's root will go.