News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Custom Zend_Application Resources
January 12, 2010 @ 13:49:18

Rob Allen has written up a post about creating custom resources for your Zend Framework bootstrap process (for more see Matthew Weier O'Phinney's post here). In Rob's case, he wants to create one for a CouchDb interface.

In my case, I wanted to create a resource for CouchDb that checked that the database was created and if not, create it. Creating your own plugin is easy enough. The obvious place is library/App/Application/Resource

The code is quick and easy - a class that extends the Zend_Application_Resource_ResourceAbstract component and defines a basic init() method that pulls in the settings from the application.ini file for the "resources.couchdb" section. These settings can be used to create the connection or whatever needs to be done to set up the object for future use. You'll also need to add a line in the application.ini to tell the application about the custom resources directory too.

0 comments voice your opinion now!
zendframework resource couchdb custom


blog comments powered by Disqus

Similar Posts

The Credence Blog: PHP frameworks - Which one is Most Suitable for you?

Joshua Eichorn's Blog: Webthumb

Giorgio Sironi's Blog: Php login with Zend_Auth

Developer Tutorials Blog: Zend Framework: The Best Framework for Use With Other Frameworks

Matthew Weier O'Phinney's Blog: Zend Framework/Dojo Integration QA Slides


Community Events











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


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

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