예제 #1
0
파일: Article.php 프로젝트: jakwuh/phpaku
 function __construct(array $fields = array())
 {
     $this->fields = self::build();
     parent::__construct($fields);
 }