$form = Fieldset::factory('form_news')->add_model('Model_News', $news_id)->repopulate();
echo $form->form()->open(); foreach ($form->field() as $index => $row) { echo $row; } echo $form->form()->close();
It looks like you're new here. If you want to get involved, click one of these buttons!