Example #1
0
 public function getAll()
 {
     $where = "`Slideshow` = '" . Database::escape($this->getId()) . "' ORDER BY `Order`";
     return GraphicSlideshowItem::SELECT($where);
 }