/
home
/
obinna
/
html
/
restaurants
/
vendor
/
symfony
/
framework-bundle
/
Resources
/
views
/
Form
/
Upload File
HOME
<?php if ($disabled): ?>disabled="disabled" <?php endif ?> <?php foreach ($choice_attr as $k => $v): ?> <?php if ($v === true): ?> <?php printf('%s="%s" ', $view->escape($k), $view->escape($k)) ?> <?php elseif ($v !== false): ?> <?php printf('%s="%s" ', $view->escape($k), $view->escape($v)) ?> <?php endif ?> <?php endforeach ?>