cakephp inputを「foreach」させる書き方Veiw 2013年5月4日 Tk コメントする inputを「foreach」させる書き方Veiw [php] <?php $i=0; foreach($usersNumbers as $usersNumber){ echo $this->BootstrapForm->input(‘UsersNumber’. $i++,array( ‘type’=>’checkbox’)); } ?> [/php]