Source for file html.ext.php

Documentation is available at html.ext.php

  1. <?php
  2. /**
  3. * XOAD_HTML Extension File.
  4. *
  5. * <p>This file initialized the XOAD_HTML extension
  6. * and installs all necessary server observers.</p>
  7. * <p>Note that this file is not included directly.
  8. * You should add the extension manually to the
  9. * extensions configuration file.</p>
  10. *
  11. * @author Stanimir Angeloff
  12. *
  13. * @package XOAD
  14. *
  15. * @subpackage XOAD_HTML
  16. *
  17. * @version 0.6.0.0
  18. *
  19. */
  20.  
  21. /**
  22. * Load the file that defines the XOAD_HTML Server observer.
  23. */
  24. require_once(XOAD_HTML_BASE . '/classes/ServerObserver.class.php');
  25.  
  26. /**
  27. * Loads the file that defines the {@link XOAD_HTML} class.
  28. */
  29. require_once(XOAD_HTML_BASE . '/classes/HTML.class.php');
  30.  
  31. XOAD_Server::addObserver(new XOAD_HTML_ServerObserver());
  32.  
  33. XOAD_Utilities::extensionHeader('html', 'js/html.js', 'js/html_optimized.js');
  34. XOAD_Utilities::customHeader('/extensions/js/cssQuery.js');
  35.  
  36. ?>

Documentation generated on Sat, 12 Nov 2005 20:24:18 +0200 by phpDocumentor 1.3.0RC3