getPodcast()->toArray(BasePeer::TYPE_FIELDNAME); $array = array_merge($podcastArray, $importedPodcastArray); //unset podcast_id because we already have that value in $importedPodcastArray unset($array["podcast_id"]); return $array; }*/ }