示例#1
0
function photo_get_photos($entity, $entity_id)
{
    // Retrieve the photos associated with the entity
    return sfPhotoGalleryPeer::getPhotos($entity, $entity_id);
}
示例#2
0
 public function getPhotos()
 {
     return sfPhotoGalleryPeer::getPhotos('project', $this->getId());
 }
示例#3
0
 public function getPhotos()
 {
     return sfPhotoGalleryPeer::getPhotos('User', $this->getUserId());
 }