Invent
15-11-2010, 09:34 AM
Hey guys,
First of all, wow I haven't posted here properly in while :p Right, anyway the reason why I'm posting is that I've started work on a new open-source PHP 5 framework that may be of interest to any PHP devs on this forum.
I've had a private custom framework for about 2 years now but I've decided that I want to clean the codebase and the best way I see to do that is by starting fresh. This means the framework uses no code from my previous framework, it just taking inspiration behind the way it works instead.
The framework follows the basics of the MVC design pattern but with a few small changes (the bulk of the business logic takes place in the controller and the model is only used for db interaction). The reason behind this is just that I personally find it much faster to develop sites like this. Simple as that :P.
I've committed the current codebase to a GitHub repository here: http://github.com/Simonify/SFramework. If anyone wants to help clean up the code, document methods, make improvements, add new libraries, etc then please feel free :) The framework is just a bit of fun but I think it would be interesting to see how good the codebase could become!
Thanks,
Simon
First of all, wow I haven't posted here properly in while :p Right, anyway the reason why I'm posting is that I've started work on a new open-source PHP 5 framework that may be of interest to any PHP devs on this forum.
I've had a private custom framework for about 2 years now but I've decided that I want to clean the codebase and the best way I see to do that is by starting fresh. This means the framework uses no code from my previous framework, it just taking inspiration behind the way it works instead.
The framework follows the basics of the MVC design pattern but with a few small changes (the bulk of the business logic takes place in the controller and the model is only used for db interaction). The reason behind this is just that I personally find it much faster to develop sites like this. Simple as that :P.
I've committed the current codebase to a GitHub repository here: http://github.com/Simonify/SFramework. If anyone wants to help clean up the code, document methods, make improvements, add new libraries, etc then please feel free :) The framework is just a bit of fun but I think it would be interesting to see how good the codebase could become!
Thanks,
Simon