コード例 #1
0
 function __construct()
 {
     parent::__construct(new PhoebiusRouter());
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct(new ApplicationRouter());
 }
コード例 #3
0
 function __construct()
 {
     // use a custom route table
     parent::__construct(new ApplicationRouter());
 }