<?php
echo implode(', ', array_map(
create_function('$a', 'return $a->getLabel();'),
$this->pages));?>