|
|
|
|
|
|
New listings
|
Zend_Service_Amazon is a simple API for using Amazon web services. Zend_Service_Amazon has two APIs: a more traditional one that follows Amazon's own API, and a simpler "Query API" for constructing even complex search queries easily. Zend_Service_Amazon enables developers to retrieve information appearing throughout Amazon.com web sites directly through the Amazon Web Services API. Examples include: Store item information, such as images, descriptions, pricing, and more; Customer and editorial reviews; Similar products and accessories; Amazon.com offers; ListMania lists.
http://framework.zend.com/manual/en/zend.service.amazon.html
PageRank: 6/10
(Clicks: 86;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Server_Reflection provides a standard mechanism for performing function and class introspection for use with server classes. It is based on PHP 5's Reflection API, and extends it to provide methods for retrieving parameter and return value types and descriptions, a full list of function and method prototypes (i.e., all possible valid calling combinations), and function/method descriptions. Typically, this functionality will only be used by developers of server classes for the framework.
http://framework.zend.com/manual/en/zend.server.reflection.html
PageRank: 6/10
(Clicks: 98;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
With web applications written using PHP, a session represents a logical, one-to-one connection between server-side, persistent state data and a particular user agent client (e.g. web browser). Zend_Session helps manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client. Unlike cookie data, session data is not stored on the client side, and it is only shared with the client when server-side source code makes the data available via a response to a request from the client. For the purposes of this component and documentation, session data refers to the server-side data managed by Zend_Session.
http://framework.zend.com/manual/en/zend.session.html
PageRank: 6/10
(Clicks: 1494;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Uri is a component that aids in manipulating and validating Uniform Resource Identifiers (URIs). Zend_Uri exists primarily to service other components such as Zend_Http_Client but is also useful as a standalone utility. URIs always begin with a scheme, followed by a colon. The construction of the many different schemes varies significantly. The Zend_Uri class provides a factory that returns a subclass of itself which specializes in each scheme. The subclass will be named Zend_Uri_<scheme>, where <scheme> is the scheme lowercased with the first letter capitalized. An exception to this rule is HTTPS, which is also handled by Zend_Uri_Http.
http://framework.zend.com/manual/en/zend.uri.html
PageRank: 6/10
(Clicks: 242;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
From its home page, XML-RPC is described as a "...remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned." The Zend Framework provides support for both consuming remote XML-RPC services and building new XML-RPC servers.
http://framework.zend.com/manual/en/zend.xmlrpc.html
PageRank: 6/10
(Clicks: 286;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Search_Lucene is a general purpose text search engine written entirely in PHP 5. Since it stores its index on the filesystem and does not require a database server, it can add search capabilities to almost any PHP-driven website. Zend_Search_Lucene supports the following features: Ranked searching - best results returned first, Many powerful query types: phrase queries, wildcard queries, proximity queries, range queries and more, Search by specific field (e.g., title, author, contents), Zend_Search_Lucene was derived from the Apache Lucene project.
http://framework.zend.com/manual/en/zend.search.html
PageRank: 6/10
(Clicks: 332;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Pdf module is a PDF (Portable Document Format) manipulation engine written entirely in PHP 5. It can load existing documents, create new, modify and save modified documents. Thus it can help any PHP-driven application dynamically prepare documents in a PDF by modifying existing template or generating document from a scratch.
http://framework.zend.com/manual/en/zend.pdf.html
PageRank: 6/10
(Clicks: 1115;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Mime is a support class for handling multipart MIME messages. It is used by Zend_Mail and Zend_Mime_Message and may be used by applications requiring MIME support.
http://framework.zend.com/manual/en/zend.mime.html
PageRank: 6/10
(Clicks: 217;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Measure provides a generic and very easy way for working with measurements. Using Zend_Measure, you can convert measurements into different units of the same type. They can be added, subtracted and compared against each other. From a given input made in the user's native language, the unit of measurement can be automatically extracted. Of course a great number of completely different units of measurement is being supported. Most of these units are of a physical nature, but there are also special measurements used, in numerics or other areas, that are only partly physical - or not at all. The following quickstart tutorial shows how units of measurement can be automatically converted.
http://framework.zend.com/manual/en/zend.measure.html
PageRank: 6/10
(Clicks: 52;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Mail provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages. Mail can be sent with Zend_Mail via the php built-in mail() function or via direct SMTP connection.
http://framework.zend.com/manual/en/zend.mail.html
PageRank: 6/10
(Clicks: 400;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
|
|
|
|
|