Controller

網站接口 (Boundary)

在routes裡的說明example.com/class/method/id/與下面比對

Welcome.php

Controller.php

載入Boundary,產生instance

=&同等於 = new,php5以前為了object by reference

Deprecated features:

Assigning the return value of new by reference is now deprecated. Call-time pass-by-reference is now deprecated.

Example

example.com/index.php/products/shoes/sandals/123

Last updated

Was this helpful?