. */ abstract class smCore { public $db; function __construct() { // add database handler $this->db = $GLOBALS['db']; } } ?>