phpDocumentor db-init
[ class tree: db-init ] [ index: db-init ] [ all elements ]

Source for file init.php

Documentation is available at init.php

  1. <?
  2. /**
  3. * The DB Init Package.
  4. * This is the init file for the myPHP mysql - db package
  5. *
  6. * @package db-init
  7. * @filesource
  8. * @see MYPHP_DB_INIT_PATH/init.php
  9. * @copyright (c) http://Finn-Rasmussen.com
  10. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  11. * @author http://Finn-Rasmussen.com
  12. * @version 1.9
  13. * @since 21-oct-2005
  14. */
  15.  
  16. /**
  17. * @global HTML_DB_INIT_PATH Defines the Path to each package, FIXED, do not change
  18. */
  19. define('HTML_DB_INIT_PATH' , MYPHP_DB_INIT_PATH.'/html');
  20. define('HTML_DB_INIT_SQL_SETUP_PATH' , HTML_DB_PATH.'/sql-setup');
  21. define('HTML_DB_INIT_SQL_CREATE_PATH' , HTML_DB_PATH.'/sql-create');
  22. define('HTML_DB_INIT_SQL_INSERT_PATH' , HTML_DB_PATH.'/sql-insert');
  23. ?>

Documentation generated on Thu, 22 Dec 2005 17:11:29 +0100 by phpDocumentor 1.3.0RC3