// Controller
$this->template->set_global('albums', Arr::assoc_to_keyval(Model_Album::find('all'), 'id', 'title'));
// View
<?php echo Form::select('albums', Input::post('albums', isset($artist) ? $artist->albums->title : '', $albums)); ?>
It looks like you're new here. If you want to get involved, click one of these buttons!