« Zend Feed » : différence entre les versions
Page créée avec « Il semblerait qu'il faut utiliser directement l'option lastUpdate et non pubDate de cette manière: $array['entries'][] = array( 'title' => $arti... » |
Aucun résumé des modifications |
||
Ligne 2 : | Ligne 2 : | ||
$array['entries'][] = array( | $array['entries'][] = array( | ||
'title' => $article->archivetitre, | 'title' => $article->archivetitre, | ||
'charset' => 'utf-8', | 'charset' => 'utf-8', | ||
Ligne 10 : | Ligne 9 : | ||
'source' => array( | 'source' => array( | ||
'title' => 'Marmits.com','url' => 'http://developpeur.marmits.com/rss.html'), | 'title' => 'Marmits.com','url' => 'http://developpeur.marmits.com/rss.html'), | ||
'author' => $article->archiveauthor | 'author' => $article->archiveauthor | ||
); | ); |