connect($config['database']); $common['tmp'] =& new Template(); $common['tmp']->path = 'templates'; $common['tmp']->displayErrors = true; //$common['tmp']->htmlSafe = true; $ps =& new UserPageSelector($common); $ps->execute(); $ps->assignToTemplate($common['tmp']); $common['tmp']->assign('base_url', $config['base_url']); $endTime = explode(' ', microtime()); $common['tmp']->assign('page_generation_time', ($endTime[0] + $endTime[1]) - ($startTime[0] + $startTime[1])); $common['tmp']->display('index.tpl.php'); ob_flush(); ?>