2014年5月13日星期二

Master Zend Framework: How to Use ZFTool Diagnostics To Ensure Your Modules Work


The Master Zend Framework site has a new tutorial today showing you how to use the ZFTool diagnostics to make sure your modules are working correctly. The ZFTool is a stand-alone tool that can help with common tasks like working with application configuration and creating module and project skeletons.



Do you want to be sure that when you create Zend Framework 2 modules, that they'll work in whatever environment they're used in? At the very least, do you want a simple way for users to check, as well as something that's self-documenting? If so, you're in the right place. Last year, I gave a basic introduction to ZFTool, which is a command line tool to manage applications written in Zend Framework 2. [...] In addition to [the included diagnostic checks] we can write our own diagnostic checks, using the Success, Failure and Warning classes. So in today's tutorial, I'm going to show how to add diagnostics support to a module.


He's broken the rest of the tutorial up into four other parts, each with the code or commands you'll need:



  • Add Diagnostics Support
  • The Diagnostics Function
  • Running Module Diagnostics
  • When Checks Fail


You can find out more about the ZFTool and its usage in with diagnostics in the official manual


Link: http://www.masterzendframework.com/zftool-2/use-zftool-diagnostics-ensure-modules-work

没有评论:

发表评论