Open lin-credible opened 8 years ago
Like this:
class Greeting { public static function hello() { echo 'Hi, Typsy!'; } } $tipsy->router()->when([ 'route' => '/', 'method' => 'get', 'controller' => array('Greeting', 'hello') ]);
Like this: