Search Results

0
votes

Simplest PHP Routing framework .. ?

You could easily execute the right function on the associative class using reflection. I would suggest using a /controller/action structure. Something I made myself a few days back. …
2
votes

Bitwise Flags abandoned ?

If you have an already complex application, why would you make it more complex by using bitwise flags. I personally wouldn't use this kind flags if there weren't any more upsides then just being co …