Хранилища Subversion ant

Редакция

Редакция 309 | Редакция 313 | К новейшей редакции | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 309 Редакция 312
Строка 17... Строка 17...
17
    protected $prefix   = NULL;
17
    protected $prefix   = NULL;
18
    protected $secure   = NULL;
18
    protected $secure   = NULL;
19
    protected $owner    = NULL;
19
    protected $owner    = NULL;
20
20
21
21
22
    function __constructor($database,$prefix,$secure,$owner) {
22
    function __constructor($database,$prefix,$secure) {
23
        $this->db       = $database;
23
        $this->db       = $database;
24
        $this->prefix   = $prefix;
24
        $this->prefix   = $prefix;
25
        $this->secure   = $secure;
25
        $this->secure   = $secure;        
26
        $this->owner    = $owner;
-
 
27
    }
26
    }
28
27
29
    function getSetting($attr) {
28
    function getSetting($attr) {
30
        $db = $this->db;
29
        $db = $this->db;
31
        $result = array();
30
        $result = array();