In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article will explain in detail how to use Zend_Controller_Dispatcher, the distributor of Zend Framework. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
The details are as follows:
The concrete realization of the distributor
The Zend_Controller_Dispatcher design of Zend Framework dispenser mainly consists of the following classes and interfaces:
├── Dispatcher
│ ├── Abstract.php
│ ├── Exception.php
│ ├── Interface.php
│ └── Standard.php
Zend_Controller_Dispatcher_Interface
The basic and standard functions provided by the dispenser are defined.
Interface Zend_Controller_Dispatcher_Interface {public function formatControllerName ($unformatted); public function formatModuleName ($unformatted); public function formatActionName ($unformatted); public function isDispatchable (Zend_Controller_Request_Abstract $request); public function setParam ($name, $value); public function setParams (array $params); public function getParam ($name); public function getParams (); public function clearParams ($name = null); public function setResponse (Zend_Controller_Response_Abstract $response = null); public function getResponse (); public function addControllerDirectory ($path, $args = null) Public function setControllerDirectory ($path); public function getControllerDirectory (); public function dispatch (Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response); public function isValidModule ($module); public function getDefaultModule (); public function getDefaultControllerName (); public function getDefaultAction ();}
Zend_Controller_Dispatcher_Abstract
Implements the Zend_Controller_Dispatcher_Interface interface, which provides an abstract parent class of basic and standard functions provided by the dispatcher.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.