5
votes
What did you do this week (and weekend)?
As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do nothing at all? Tell us about it!
Worked on tidying up a bit on my minimal-mvc PHP side project. I've now removed even the
Router::
static methods and made it entirely procedural PHP so that the framework is even simpler and smaller in size. Handling the default route is now as simple as writing aindex()
function in theindex.php
. Similarly,/api
route will be handled byapi()
function, etc.If someone can help me beta test this, it will be cool.