Ning Developer Network

Hi all,
Been having a very frustrating time for a few days now trying to get my head around Ning.
Ive been tasked with producing an RSS feed of all the locations stored for each photo/video within the network.
My PHP skills are good, I have a good working knowledge of OOD, and MVC frameworks such as symfony but Im feeling a little lost and confused here.
Ive created a method under Photos/photo controller to generate my RSS feed for photos first, and have my collection of "photos" in $this->photos of course.
I can iterate through that list but am unsure how to access the photos location, example of something ive tried is
foreach($photos as $photo){
$photo->my->__get('location');
}
i cant seem to find any documentation for how to do something so simple, so have been scouring the code and finally opting for the forums.

Urgent help needed here!!!!
thanks

Tags: location, photo

Share

© 2009   Created by Ning Developer Admin

Badges  |  Report an Issue  |  Privacy  |  Terms of Service