PhpRiot Latest Zend Framework Articleshttp://www.phpriot.com/images/logo.gif2010-07-01T00:00:00+00:00Zend_Feed_Writerhttp://www.phpriot.com/tag/Zend+Framework2010-07-01T00:00:00+00:002010-07-01T00:00:00+00:00http://www.phpriot.com/articles/twitter-authentication-zend-oauthQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasOAuth is a standard that allows to share protected data with other sites. In this article I will show you how to use the Zend_Oauth component of the Zend Framework. To demonstrate how to use Zend_Oauth we will create a script that posts a status update to Twitter for the authenticated user.2010-06-10T00:00:00+00:002010-06-10T00:00:00+00:00http://www.phpriot.com/articles/embedding-videos-with-zend-gdata-youtubeQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasThe Zend Framework contains a number of APIs for accessing Google services, including YouTube. In this article I will show you how to retrieve a feed of videos from YouTube using Zend_Gdata.2010-05-13T00:00:00+00:002010-05-13T00:00:00+00:00http://www.phpriot.com/articles/speed-up-your-php-with-zend-cacheQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this article I will introduce you to the Zend_Cache component of the Zend Framework. This component is used for improving the performance of your web application by saving generated data for later reuse.2010-04-07T00:00:00+00:002010-04-07T00:00:00+00:00http://www.phpriot.com/articles/fetch-data-with-zend-dbQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this PhpRiot Snippet I will show you a couple of different ways to fetch data when using the Zend Framework's Zend_Db component.2010-03-06T00:00:00+00:002010-03-06T00:00:00+00:00http://www.phpriot.com/articles/zend-service-amazon-s3Quentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this article I will introduce you to the Zend_Service_Amazon_S3 component of the Zend Framework. This component makes use of Amazon Web Services (AWS) to manage files on Amazon's Simple Storage Service (S3).2010-01-06T00:00:00+00:002010-01-06T00:00:00+00:00http://www.phpriot.com/articles/zend-sessionQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this article I will introduce you to the Zend_Session component of the Zend Framework. This component is built upon PHP's native session-handling functionality, making it easier to manage session data, as well as providing more advanced features.2009-08-08T00:00:00+00:002009-08-08T00:00:00+00:00http://www.phpriot.com/articles/zend-soapQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this article I will introduce you to the Zend_Soap component of the Zend Framework. This component allows you to easily create and consume SOAP web services. We will create a simple web service with several methods using Zend_Soap_Server, and consume the service with Zend_Soap_Client.2009-04-12T00:00:00+00:002009-04-12T00:00:00+00:00http://www.phpriot.com/articles/zend-logQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasThis article shows you how to use Zend_Log, the logging component of the Zend Framework. It allows you to record messages from your application however you please. In this article I will show you how to record messages to a log file.
Additionally, if you use the Firebug and FirePHP plug-ins for Firefox, Zend_Log can be extremely useful for application development and debugging. I will also show you how to achieve this.2009-03-15T00:00:00+00:002009-03-15T00:00:00+00:00http://www.phpriot.com/articles/zend-registryQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this article in the Zend Framework 101 series I will introduce you to the Zend_Registry class. This class used is to allow you manage variables and objects in the global application namespace. This is used as an alternative to using global variables in PHP. I will show you how to use the Zend_Registry class and also provide a practical example of where it would be useful to use the registry.2009-03-11T00:00:00+00:002009-03-11T00:00:00+00:00http://www.phpriot.com/articles/zend-loaderQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this article I will introduce you to Zend_Loader, a Zend Framework class used to automatically load other classes. Typically you would use include_once or require_once when you want to load a class but using Zend_Loader you don't have to.