?– Caution The Zend Framework requires PHP 5.1.4 or newer.
Because the Zend Framework works by routing all requests through a single script,
you also need to configure Apache??™s mod_rewrite module. Create an .htaccess file
and place the following contents in it, saving the file to the document root:
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
Zend_Mail Sends text and MIME-compliant e-mail.
Zend_Mime Parses MIME messages.
Zend_Pdf Creates PDF documents.
Zend_Search_Lucene Facilitates search engine development using the Lucene library.
Zend_Service_Amazon Facilitates interaction with the Amazon Web Services API.
Zend_Service_Flickr Facilitates interaction with the Flickr Web Services API.
Zend_Service_Yahoo Facilitates interaction with the Yahoo! Web Services API.
Zend_View Manages the framework??™s view component.
Zend_XmlRpc Provides support for consuming and serving XML-RPC
implementations.
Table 24-1. Partial Listing of Zend??™s Feature-Specific Components
Component Purpose
610 CHAPTER 24 ?– MVC AND THE Z END F RAMEWORK
?– Note Apache??™s mod_rewrite module is a powerful feature of Apache used to manipulate requested
URLs. On Windows mod_rewrite is disabled by default. To enable it, you need to open httpd.conf
and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so, update the
appropriate AllowOverride directive to allow .
Pages:
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698