Exemplo n.º 1
0
 /**
  * event handler
  * @param $f3
  */
 function beforeroute($f3)
 {
     parent::beforeroute($f3);
     // set header for all routes
     header('Content-type: application/json');
 }