NEWS
pubDate; ?>
-
MAX){
for($i = 1; $i <= $max_page; $i++){
if ($i == $now) {
echo '
- ' .$now .' '; } else { echo '
- ' .$i .' '; } } } ?>
children() as $child) { $child->course = 'kyoiku'; $items[] = (array)$child; } } } if (file_exists('../xml/news_kokusaikyouyou.xml')) { $xml = simplexml_load_file('../xml/news_kokusaikyouyou.xml'); if ($xml !== false) { foreach ($xml->children() as $child) { $child->course = 'kokusaik'; $items[] = (array)$child; } } } if (file_exists('../xml/news_kokusai.xml')) { $xml = simplexml_load_file('../xml/news_kokusai.xml'); if ($xml !== false) { foreach ($xml->children() as $child) { $child->course = 'kokusai'; $items[] = (array)$child; } } } usort($items, function($a, $b) { if ($a['pubDate'] == $b['pubDate']) { return 0; } return ($a['pubDate'] > $b['pubDate']) ? -1 : 1; }); ?>
pubDate; ?>