How to a structure smaller php application/plugin

Gravelcrusher

New Member
I'm currently making a booking system application in php, with an admin backend, frontend booking form etc, with the end goal being that people can download and use this on their own websites. I would like to design it in MVC, I normally use codeigniter but feel it would be wrong to use a framework for what is really just a 'plugin', as it isn't the biggest application.Question is..How should I approach this? I'm currently researching my options but some advice from someone who has made php applications/plugins before would be great. Is it acceptable to use a framework in this situation? It would certainly make my life easier!! Thanks in advance
 
Back
Top