nicedog icon indicating copy to clipboard operation
nicedog copied to clipboard

Nice Dog is a nano web framework for PHP, like web.py for Python, Sinatra or Camping for Ruby

Results 1 nicedog issues
Sort by recently updated
recently updated
newest added

Line 135: `call_user_func_array()` expects parameter 2 to be array, string given by `$_SERVER['REQUEST_METHOD']`. My workaround: ``` call_user_func_array('r404' , array($_SERVER['REQUEST_METHOD'])); ```