fox icon indicating copy to clipboard operation
fox copied to clipboard

Fox microframework MVC PHP

Results 3 fox issues
Sort by recently updated
recently updated
newest added

Today public folder works only with apache + rewrite, but is necessary change this to work with other web servers. ``` php $_SERVER['REQUEST_URI']; $_SERVER['QUERY_STRING']; $_SERVER['PATH_INFO']; ```

enhancement

Today dynamic router support only GET requests, then, I think that is good idea to support other rest request types. For now, I think that is good to suport GET,...

feature request

Today, if you call on url and corresponding controller doesn't exists, display default error that file not found, but in this scope I think that is better to display that...

enhancement