Exemplo n.º 1
0
 function init()
 {
     parent::init();
     //TODO may be assign tables in setSource
     $this->files = $this->api->db->dsql()->table('file');
     $this->filespaces = $this->api->db->dsql()->table('filespace');
     $this->filetypes = $this->api->db->dsql()->table('filetype');
     $this->deleted_files = $this->api->db->dsql()->table('filedelnum');
 }