Zend_Filter_Input Relies upon the methods provided by Zend_Filter to filter input.
Zend_Gdata Provides an interface to several of Google??™s services, including,
among others, Google Blogger, Google Calendar, and Google
Notebook.
Zend_HTTP_Client Performs HTTP requests. Presently capable of executing GET,
POST, PUT, and DELETE requests.
Zend_Json Facilitates interaction between JavaScript and PHP by serializing
PHP data to JSON (JavaScript Object Notation) and vice
versa. See http://www.json.org/ for more information about
JSON.
Zend_Log Facilitates application logging.
CHAPTER 24 ?– MVC AND THE Z END F RAMEWORK 609
Downloading and Installing the Zend Framework
Proceed to http://framework.zend.com/download to download the latest stable version
of the Zend Framework. There are three available options for retrieving the source
code, including downloading zip packages, downloading tar packages, or checking
out the code from Zend??™s Subversion repository. Choose whichever option is most
convenient for you, uncompress the code if you choose one of the former options,
and move the library/ directory to a convenient location, within the PHP installation
directory??™s includes directory, for instance. Only this library/ directory is relevant,
so you can disregard all other files in the uncompressed package. Also, consider changing
the library/ directory name to something very easy to reference, such as zfw.
Pages:
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697