function __construct()
 {
     parent::__construct(new PhoebiusRouter());
 }
 function __construct()
 {
     parent::__construct(new ApplicationRouter());
 }
 function __construct()
 {
     // use a custom route table
     parent::__construct(new ApplicationRouter());
 }