配列オブジェクト

 <?php $userList->count() ?>
 
 <?php while ($user = $userList->current) { ?>
 <?php $user->getName() ?><br />
 <?php $userList->next() ?>
 <?php } ?>

参考

http://www.symfony-project.org/api/1_4/sfOutputEscaperArrayDecorator


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS