adding autocomplete from backend source to add shows.

This commit is contained in:
Naomi 2011-01-24 18:44:28 -05:00
parent 3cd5444f49
commit 1e6f25f148
5 changed files with 28 additions and 11 deletions

View file

@ -30,7 +30,15 @@ class UserController extends Zend_Controller_Action
$this->view->form = $form;
}
public function getHostsAction()
{
$this->view->hosts = User::getHosts();
}
}