| 4 | | return array('title' => $item['Entry']['title'], |
| 5 | | 'link' => array('controller'=>'entries', 'action' => 'view', $item['User']['username'], $item['Entry']['id']), |
| 6 | | 'guid' => array('controller'=> 'entries','action' => 'view', $item['User']['username'], $item['Entry']['id']), |
| 7 | | 'description' => strip_tags($item['Entry']['body']), |
| 8 | | 'pubDate' => $item['Entry']['created'] |
| | 4 | return array( |
| | 5 | 'title' => $item['Podcast']['title'], |
| | 6 | 'link' => array('controller'=> 'files', 'action' => 'podcasts', $item['Podcast']['filename']), |
| | 7 | 'guid' => array('controller'=> 'files', 'action' => 'podcasts', $item['Podcast']['filename']), |
| | 8 | 'description' => strip_tags($item['Podcast']['description']), |
| | 9 | 'pubDate' => $item['Podcast']['created'] |