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