index.phtml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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/TestErrorController" target="main">Test Error Controller</a></li>
  19. <li><a href="Zend-Log-Writer-Firebug/TestLargeMessage" target="main">Test Large Message</a></li>
  20. <li><a href="Boot/Zend-Log-Writer-Firebug/TestDocExample.php?Example=WithController" target="main">Test Doc Example (With Controller)</a></li>
  21. <li><a href="Boot/Zend-Log-Writer-Firebug/TestDocExample.php?Example=WithoutController" target="main">Test Doc Example (Without Controller)</a></li>
  22. </ul>
  23. <p><b>Zend_Db_Profiler_Firebug</b></p>
  24. <ul>
  25. <li><a href="Zend-Db-Profiler-Firebug/TestLogging" target="main">Test Logging</a></li>
  26. <li><a href="Zend-Db-Profiler-Firebug/TestMultipleDatabases" target="main">Test Multiple Databases</a></li>
  27. <li><a href="Boot/Zend-Db-Profiler-Firebug/TestDocExample.php?Example=WithController" target="main">Test Doc Example (With Controller)</a></li>
  28. <li><a href="Boot/Zend-Db-Profiler-Firebug/TestDocExample.php?Example=WithoutController" target="main">Test Doc Example (Without Controller)</a></li>
  29. </ul>
  30. <p><b>Zend_Wildfire_Plugin_FirePhp</b></p>
  31. <ul>
  32. <li><a href="Zend-Wildfire-Plugin-FirePhp/TestGroups" target="main">Test Groups</a></li>
  33. </ul>
  34. <br/>
  35. <br/>
  36. <p><b>Requirements</b></p>
  37. <ul>
  38. <li><a target="_blank" href="http://www.getfirefox.com/">Firefox 3</a></li>
  39. <li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug Extension</a></li>
  40. <li><a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/6149">FirePHP Extension</a></li>
  41. </ul>
  42. <p><b>Instructions</b></p>
  43. <p>Click on the links above and<br>look for output in the Firebug Console.</p>
  44. </td>
  45. <td valign="top" width="100%">
  46. <iframe name="main" width="100%" height="100%" border="1"></iframe>
  47. </td>
  48. </tr>
  49. </table>
  50. </body>
  51. </html>