Exemple #1
0
 function __construct()
 {
     $this->table = 'folders';
     $this->title = 'New folder';
     $this->icon = '/css/fugue/folder-open.png';
     parent::__construct();
 }
Exemple #2
0
 function __construct()
 {
     $this->table = 'notes';
     $this->title = 'New note';
     parent::__construct();
 }