コード例 #1
0
 public function __construct($filter = false, $order = false, $limit = false, $whereAdd = NULL)
 {
     $filter["type"] = "post";
     parent::__construct($filter, $order, $limit, $whereAdd);
 }