示例#1
0
 public function getImages()
 {
     $this->_images = ProductsImages::findAll(['product_id' => $this->id]);
     return $this->_images;
 }