コード例 #1
0
 public function __construct($id)
 {
     parent::__construct($id, 'venues');
 }
コード例 #2
0
ファイル: Begin.php プロジェクト: ekowabaka/yentu
 public function end()
 {
     DatabaseItem::purge();
 }
コード例 #3
0
ファイル: View.php プロジェクト: codogh/yentu
 public function table($name)
 {
     DatabaseItem::purge();
     return $this->create('table', $name, $this->schema);
 }
コード例 #4
0
 public function __construct($id = null)
 {
     parent::__construct($id, 'galleries');
     $this->id = $id;
     $this->populatePaths($this->getField('folderName'));
 }