Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Unknown

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Source code for file /simplepie/demo/ihbb.php

Documentation is available at ihbb.php

  1. <?php
  2.  
  3. // Include SimplePie
  4. // Located in the parent directory
  5.  
  6. include_once('../simplepie.inc');
  7.  
  8. // Initialize SimplePie
  9. $image new SimplePie();
  10.  
  11. // Tell it to handle images sent via the 'i' parameter.
  12. $image->bypass_image_hotlink('i');
  13.  
  14. // Initialize
  15. $image->init();
  16.  
  17. ?>

Documentation generated on Mon, 05 Mar 2007 21:07:36 +0000 by phpDocumentor 1.3.1