Is there any way to remove a option in Phalcon's Form Generator?
$form->add(new Select("select", ArticleCategories::find(), [
'id' => "select",
'class' => "form-control",
'using' => ['_', 'name'],
]));
Is there any way to remove a option in Phalcon's Form Generator?
$form->add(new Select("select", ArticleCategories::find(), [
'id' => "select",
'class' => "form-control",
'using' => ['_', 'name'],
]));