List of PHP Zend framework modules_PHP tutorial

WBOY
Release: 2016-07-15 13:34:03
Original
932 people have browsed it

PHP Zend framework modules include:

Zend_Controller
This module provides comprehensive control to the application. It translates requests into specific actions and ensures their execution.

Zend_Db
This module is based on PHP Data Objects (PDO) and provides a universal way to access databases.

Zend_Feed
This module makes working with RSS and Atom feeds easy.

Zend_Filter
This module provides string filtering functions such as isEmail() and getAlpha().

Zend_InputFilter
For Zend_Filter, this module is used to operate arrays, such as form input.

Zend_HttpClient
This PHP Zend framework module allows you to easily perform HTTP requests.

Zend_Json
This module allows you to easily convert PHP objects into JavaScript object notation and vice versa.

Zend_Log
This module provides general logging functionality.

Zend_Mail
This module enables you to send text files and multipart MIME emails.

Zend_Mime
This PHP Zend framework module is used by Zend_Mail to decode MIME messages.

Zend_Pdf
This module is used to create new PDF documents, and load and edit existing documents.

Zend_Search
This module enables you to perform complex searches on existing text. For example, you could build a search engine that returns results based on relevance or other factors.

Zend_Service_Amazon, Zend_Service_Flickr, and Zend_Service_Yahoo
These modules provide simple access to these web service APIs.

Zend_View
This module handles the “view” part of the MVC pattern.

Zend_XmlRpc
This PHP Zend framework module enables you to easily create XML-RPC clients. (Server features are planned for the future.)


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/446005.htmlTechArticlePHP Zend framework modules include: Zend_Controller This module provides comprehensive control for applications. It translates requests into specific actions and ensures their execution. Zend_Db This module is based on PHP data...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!