示例#1
0
文件: Article.php 项目: jakwuh/phpaku
 function __construct(array $fields = array())
 {
     $this->fields = self::build();
     parent::__construct($fields);
 }