Example #1
0
<?php

/*
 *	Set up the environment for the source database.
 */
$GLOBALS['pie']['log'] = 'Source Database';
if (!file_exists("{$lib}/class/page.php")) {
    bye("The page class library could not be found.");
}
include_once "{$lib}/class/page.php";
$page = new Page();
if (!$page->initialize()) {
    bye("The source database could not be initialized.");
}