HelgeSverre / gs-plugin-installer

A Plugin Installer for GetSimple CMS
GNU General Public License v3.0
2 stars 0 forks source link

OOP Refactor #6

Open HelgeSverre opened 9 years ago

HelgeSverre commented 9 years ago

Currently this plugin is a procedural "mess", should be refactored into classes and separate folders/files before it grows too large.

HelgeSverre commented 9 years ago

I have refactored a lot of the code, and most of the functions related to plugins are now in their own class, but I need to further seperate and decouple the code, in the future maybe I'll implement some sort of MVC system so that I don't have to check for every possible scenario with GET params.