Пример #1
0
 function __construct()
 {
     parent::__construct(PATH_DATABASES . 'site.php');
     // Set timezone
     $this->setTimezone($this->timezone());
     // Set locale
     $this->setLocale($this->locale());
 }
Пример #2
0
 function __construct()
 {
     parent::__construct(PATH_DATABASES . 'pages.php');
 }
Пример #3
0
 function __construct()
 {
     parent::__construct(PATH_DATABASES . 'posts.php');
     $this->numberPosts['total'] = count($this->db);
 }
Пример #4
0
 function __construct()
 {
     parent::__construct(PATH_DATABASES . 'security.php');
 }