News Feed
Jobs Feed
Sections




News Archive
Tom Van Herreweghe's Blog:
Running Zend Framework modules from a Phar file
February 09, 2011 @ 10:42:18

In a recent post to his blog Tom Van Herreweghe shares his method for running Zend Framework modules from a phar file, a simple archiving method native to PHP that makes it simpler to group and package related files.

Using Zend Framework as an MVC application is probably the most common usage examples for Zend Framework. When you create such an MVC application, you will probably have heard about modules: reusable components of your application. [...] In my case, I usually just copy and paste the module from one base project into a new project. That's easy. But it would be cooler to package your module as a Phar file, and run that file instead.

He includes the code that can be dropped into your Zend Framework installation - MyLib_Application_Resource_Modules - that handles the bootstrapping of the phar files and executes the Boostrap.php file that it finds inside. He also points to this other article from Cal Evans about working with phar files in the Zend Framework.

0 comments voice your opinion now!
phar tutorial zendframework module bootstrap


blog comments powered by Disqus

Similar Posts

DevShed: Unit Testing in Detail

DevShed: Paginating Result Sets for a Search Engine Built with MySQL and PHP 5

Giorgio Sironi's Blog: Zend Framework 2.0

The Bakery: 11 New Posts of CakePHP Goodness

Matthew Weir O'Phinney's Blog: svn:externals (and the Zend Framework)


Community Events











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


release code testing series language development composer framework api interview community example zendframework2 functional introduction podcast phpunit application opinion database

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