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!

1 comment

  1. pyeri
    Link
    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...

    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 a index() function in the index.php. Similarly, /api route will be handled by api() function, etc.

    If someone can help me beta test this, it will be cool.