Zend_Wildfire.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="zend.wildfire.chapter">
  4. <title>Zend_Wildfire</title>
  5. <para>
  6. <classname>Zend_Wildfire</classname> is a component that facilitates communication
  7. between <acronym>PHP</acronym> code and
  8. <ulink url="http://www.wildfirehq.org/">Wildfire</ulink> client components.
  9. </para>
  10. <para>
  11. The purpose of the Wildfire Project is to develop standardized communication channels
  12. between a large variety of components and a dynamic and scriptable plugin architecture. At
  13. this time, the primary focus is to provide a system that allows server-side
  14. <acronym>PHP</acronym> code to inject logging messages into the
  15. <ulink url="http://www.getfirebug.com/">Firebug Console</ulink>.
  16. </para>
  17. <para>
  18. The <link
  19. linkend="zend.log.writers.firebug"><classname>Zend_Log_Writer_Firebug</classname></link>
  20. component is provided for the purpose of logging to Firebug, and a communication protocol
  21. has been developed that uses <acronym>HTTP</acronym> request and response headers to send
  22. data between the server and client components. It is great for logging intelligence data to
  23. the browser that is generated during script execution, without interfering with the page
  24. content. With this approach, it is possible to debug <acronym>AJAX</acronym> requests that
  25. require clean <acronym>JSON</acronym> and <acronym>XML</acronym> responses.
  26. </para>
  27. <para>
  28. There is also a <link
  29. linkend="zend.db.profiler.profilers.firebug"><classname>Zend_Db_Profiler_Firebug</classname></link>
  30. component to log database profiling information to Firebug.
  31. </para>
  32. </sect1>
  33. <!--
  34. vim:se ts=4 sw=4 et:
  35. -->