示例#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'));
 }