use Phalcon\Mvc\Micro; $app = new Micro(); $app->get('/say/welcome/{name}', function ($name) { //do something }); $app->handle();.
確定! 回上一頁