コード例 #1
0
ファイル: ORM.php プロジェクト: jakedorst/ch3-dev-preview
 public function ormFields()
 {
     $fields = WebVista::getORMFields(get_class($this));
     return $fields;
 }