index.phtml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <html>
  2. <head>
  3. <title>Zend_Wildfire Demos and Tests</title>
  4. <style>
  5. BODY, TD {
  6. font-family:verdana,arial,helvetica,sans-serif;
  7. font-size:11px;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. <table border="0" width="100%" height="100%" cellpadding="10" cellspacing="0">
  13. <tr>
  14. <td valign="top" nowrap>
  15. <p><b>Zend_Log_Writer_Firebug</b></p>
  16. <ul>
  17. <li><a href="Zend-Log-Writer-Firebug/TestLogging" target="main">Test Logging</a></li>
  18. <li><a href="Zend-Log-Writer-Firebug/TestGroupedLogging" target="main">Test Grouped Logging</a></li>
  19. <li><a href="Zend-Log-Writer-Firebug/TestErrorController" target="main">Test Error Controller</a></li>
  20. <li><a href="Zend-Log-Writer-Firebug/TestLargeMessage" target="main">Test Large Message</a></li>
  21. <li><a href="Boot/Zend-Log-Writer-Firebug/TestDocExample.php?Example=WithController" target="main">Test Doc Example (With Controller)</a></li>
  22. <li><a href="Boot/Zend-Log-Writer-Firebug/TestDocExample.php?Example=WithoutController" target="main">Test Doc Example (Without Controller)</a></li>
  23. </ul>
  24. <p><b>Zend_Db_Profiler_Firebug</b></p>
  25. <ul>
  26. <li><a href="Zend-Db-Profiler-Firebug/TestLogging" target="main">Test Logging</a></li>
  27. <li><a href="Zend-Db-Profiler-Firebug/TestMultipleDatabases" target="main">Test Multiple Databases</a></li>
  28. <li><a href="Boot/Zend-Db-Profiler-Firebug/TestDocExample.php?Example=WithController" target="main">Test Doc Example (With Controller)</a></li>
  29. <li><a href="Boot/Zend-Db-Profiler-Firebug/TestDocExample.php?Example=WithoutController" target="main">Test Doc Example (Without Controller)</a></li>
  30. </ul>
  31. <p><b>Zend_Wildfire_Plugin_FirePhp</b></p>
  32. <ul>
  33. <li><a href="Zend-Wildfire-Plugin-Firephp/TestGroups" target="main">Test Groups</a></li>
  34. </ul>
  35. <br/>
  36. <br/>
  37. <p><b>Requirements</b></p>
  38. <ul>
  39. <li><a target="_blank" href="http://www.getfirefox.com/">Firefox 3</a></li>
  40. <li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug Extension</a></li>
  41. <li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/6149">FirePHP Extension</a></li>
  42. </ul>
  43. <p><b>Instructions</b></p>
  44. <p>Click on the links above and<br>look for output in the Firebug Console.</p>
  45. </td>
  46. <td valign="top" width="100%">
  47. <iframe name="main" width="100%" height="100%" border="1"></iframe>
  48. </td>
  49. </tr>
  50. </table>
  51. </body>
  52. </html>