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