6 lines
72 B
PHP
6 lines
72 B
PHP
<?
|
|
|
|
|
|
echo $form->input('priority', array('options' => $priorities));
|
|
|
|
?>
|