Хранилища Subversion ant

Сравнить редакции

Учитывать пробелы Редакция 307 → Редакция 305

/branches/ant-ng/lib/core.php
13,24 → 13,7
*/
 
class Core {
protected $db = NULL;
 
function __constructor($database) {
$this->db = $database;
}
 
}
 
class Security extends Core {
function __constructor() {
 
}
}
 
class Owner extends Core {
function __constructor() {
 
}
}
 
?>