コード例 #1
0
ファイル: folder.php プロジェクト: vjamesgarcia/snippets
 function __construct()
 {
     $this->table = 'folders';
     $this->title = 'New folder';
     $this->icon = '/css/fugue/folder-open.png';
     parent::__construct();
 }
コード例 #2
0
ファイル: note.php プロジェクト: vjamesgarcia/snippets
 function __construct()
 {
     $this->table = 'notes';
     $this->title = 'New note';
     parent::__construct();
 }