News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Zend Framework Automatic Dependency Tracking
February 04, 2009 @ 10:20:34

This recent post to the PHP::Impact blog looks at a way you, the Zend Framework user can check to see which files are dependencies in your application. Their example uses the Zend_Debug_include component to find out during run-time which of the libraries/components your script might need.

The concept behind Zend_Debug_Include is that the dependencies for each source file are stored in a separate file. If the source file is modified, the file containing that source file's dependencies is rebuilt. This concept enables you to determine run-time dependencies of files using arbitrary components. This solution is also useful if you are deploying your application using Linux packages.

He has it broken up into a few different kinds of tracking examples - file dependencies, package dependencies and external dependencies. There's also a tip for the URL adapter showing how to make a different file for each request that comes through.

0 comments voice your opinion now!
dependency tracking zendframework automatic zenddebugincludes component


blog comments powered by Disqus

Similar Posts

The Bakery: Five More Articles/Tutorials Posted

Padraic Brady's Blog: Zend_Feed_Reader promoted to Zend Framework trunk (watch out for ZF 1.9!)

Rdavid.net: Test Results on Memory Usage of Zend Framework and Doctrine with APC

Raphael Stolt's Blog: Teaching the Zend REST server to talk JSON

Tobias Schlitt's Blog: eZ Template article


Community Events









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


tool unittest opinion development event api example interview zendframework2 object introduction framework release community functional language conference code composer testing

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