You can embed parameters into route resource URIs. In this example, I have two parameters in my route URI, “:one” and “:two”. <?php $app = new \Slim\Slim(); ...
確定! 回上一頁