摘要: 1、如果action不需要输出视图文件(如果ajax请求之类的),只需要在action里面加Yaf\DisPatcher::getInstance()->disableView();2、获取客户端请求的参数:$this->getRequest()->getParam("name"); 阅读全文
posted @ 2013-07-31 16:39 网恋被骗5元 阅读(443) 评论(0) 推荐(0)