adding autocomplete from backend source to add shows.
This commit is contained in:
parent
3cd5444f49
commit
1e6f25f148
5 changed files with 28 additions and 11 deletions
|
@ -30,7 +30,15 @@ class UserController extends Zend_Controller_Action
|
|||
$this->view->form = $form;
|
||||
}
|
||||
|
||||
public function getHostsAction()
|
||||
{
|
||||
$this->view->hosts = User::getHosts();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue