- <?
- /**
- * The packages to use.
- * This is the init file for the local packages in the myPHP system
- *
- * @package tab
- * @filesource
- * @see myphp-package.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * Define which packages to use
- */
- if (!defined('MYPHP_BASE_PATH')) {
- define('MYPHP_BASE_PATH' ,MYPHP_BASE_NAME); // The Base package
- }
- if (!defined('MYPHP_TABLE_PATH')) {
- define('MYPHP_TABLE_PATH' ,MYPHP_TABLE_NAME); // The Table package
- }
- if (!defined('MYPHP_TAB_PATH')) {
- define('MYPHP_TAB_PATH' ,MYPHP_TAB_NAME); // The Tab package
- }
- ?>