Mark Hewitt
Mark Hewitt
@panique This isn't an issue with the Mini3 framework, but a general PHP question. That being said, try removing the first catch block, as it really doesn't do anything, and...
You can't see it in the commit message, but one of the changes is that I changed: `````` to `````` which was made standard in PHP 5.4, and, since Mini3...
You may need to change the ```use PDO``` to ```use \PDO``` in one or more places, just FYI. Not sure exactly why that's happening, but I get it on some...
It certainly is possible, the only question is how much time would it take, and at what point would it be better for you and your project(s) to just use...
So this is actually already done in the base code, it's just a bit wonky and undocumented. When you go to http://example.com/controller/method/param1/param2/param3 you should hit the /controller/method/ page, with param1-3...
What? It's literally in PSR-1 right at the top. It's literally the first bullet point of the first section of the first standard. If you're a PHP developer and you...
@crystlbrd Not only can you not disable ```
@panique I 100% agree. Any updating that would be needed is also a fun project for developers, anyway. Unless there are security vulnerabilities that are super apparent, there's no need...