News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Creating Zend_Tool Providers
July 02, 2010 @ 08:58:22

Matthew Weier O'Phinney has put together a new post to his blog today about creating providers in Zend Framework applications (command-line tasks) using the Zend_Tool component.

During [a workshop at Symfony Live] workshop, Stefan demonstrated creating Symfony "tasks". These are classes that tie in to the Symfony command-line tooling -- basically allowing you to tie in to the CLI tool in order to create cronjobs, migration scripts, etc. Of course, Zend Framework has an analogue to Symfony tasks in the Zend_Tool component's "providers". In this post, I'll demonstrate how you can create a simple provider that will return the most recent entry from an RSS or Atom feed.

He shows how to create a sample provider - one that grabs data from two RSS feeds and outputs them - complete with code example, adding the provider someplace where Zend_Tool can find it and using the provider through the command-line "zf" tool.

0 comments voice your opinion now!
zendtool zendframework provider commandline


blog comments powered by Disqus

Similar Posts

Ade Slade's Blog: Integrating Zend Framework 1 and Pimple

Zend Developer Zone: Mobile Platforms Built On Object-Oriented PHP 5

Daniel Cousineau's Blog: Quickie: Module-specific Error Controllers in Zend Framework (1.5)

Gergely Hodicska's Blog: Extending Zend_Acl to support custom roles and resources

Ralph Schinder's Blog: The Semi-Official Zend Framework Pear Channel


Community Events











Don't see your event here?
Let us know!


framework series interview conference code object development language community zendframework2 release example unittest application podcast phpunit functional opinion testing introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework