post() public method

public post ( $url, $callback )
Example #1
0
function post($url, $fun)
{
    router::post($url, $fun);
}