id = 'Feed id'; $feed->title = 'Feed title'; $feed->title->type = 'text'; $feed->updated = 'Feed updated'; $entry = $feed->add( 'item' ); $entry->id = 'Entry id'; $entry->title = 'Entry title'; $entry->updated = 1195053820; $source = $entry->add( 'source' ); $contributor = $source->add( 'contributor' ); $contributor->name = 'Source contributor name'; $contributor->email = 'Source contributor email'; $contributor->uri = 'Source contributor uri'; return $feed; ?>