Zend已經(jīng)提供了兩個(gè)實(shí)現(xiàn)類,Zend_Controller_Request_Http和Zend_Controller_Request_Simple,一般我們搭建服務(wù)器都是http請(qǐng)求,所以你的項(xiàng)目如果需要重新繼承的話,一般都直接繼承Zend_Controller_Request_Http。 Zend_controller_Request_Http中我們經(jīng)常會(huì)使用到的getQuery,getCookie,getRequestUri,getBasePath,getParams,getHea...
www.dbjr.com.cn/article/362...htm 2025-5-27