You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GluePHP
though i have one bit of idea about this little framework.
In your default urls when passing the class names in the array values,
you can pass 'class_name/method_name' then in the stick method you can
have $_SERVER['REQUEST_METHOD'] as your default one and if one passed
(just explode the array values by "/") use another one, so you can
have more methods in your classes. Maybe this will not be okay for
you, but it's just a thought.