コード例 #1
0
ファイル: Query.php プロジェクト: Djtec/HumbFramework
 public function from()
 {
     $this->sql['_from'] = " FROM " . Inflector::unCamelCase($this->orm->table) . " as " . $this->orm->alias;
     return $this;
 }