예제 #1
0
파일: Post.php 프로젝트: kminkov/Blog
 public function __construct()
 {
     parent::__construct();
     $this->is_published = 1;
 }