Example #1
0
 public function __construct($id)
 {
     parent::__construct($id, 'venues');
 }
Example #2
0
 public function end()
 {
     DatabaseItem::purge();
 }
Example #3
0
 public function table($name)
 {
     DatabaseItem::purge();
     return $this->create('table', $name, $this->schema);
 }
 public function __construct($id = null)
 {
     parent::__construct($id, 'galleries');
     $this->id = $id;
     $this->populatePaths($this->getField('folderName'));
 }