RESTFUL支持

首先需要在config/system.php中把OPEN_RESTFUL设置为true。

接下来会把所有的方法拼接上Method,比如之前的index/index,现在如果是GET请求的话,就会访问到index/getIndex,同理index/postIndex或者index/deleteIndex。

方法实现请参考ppphp::run方法

原文: http://kphcdr.com/doc/11