function __construct() { parent::__construct(PATH_DATABASES . 'site.php'); // Set timezone $this->setTimezone($this->timezone()); // Set locale $this->setLocale($this->locale()); }
function __construct() { parent::__construct(PATH_DATABASES . 'pages.php'); }
function __construct() { parent::__construct(PATH_DATABASES . 'posts.php'); $this->numberPosts['total'] = count($this->db); }
function __construct() { parent::__construct(PATH_DATABASES . 'security.php'); }