bootstrap.example.php 369 B

1234567891011121314
  1. <?php
  2. /**
  3. * Example of phpQuery bootstrap file.
  4. *
  5. * This file is executed everytime phpQuery is included. Use it to set all
  6. * your personal needs in the library.
  7. *
  8. * To activate this file, delete '.example' from filename.
  9. */
  10. // probably you want to use one of those functions here
  11. //phpQuery::ajaxAllowHost();
  12. //phpQuery::ajaxAllowURL();
  13. //phpQuery::plugin();
  14. ?>