HosipLan

Untitled

Nov 28th, 2011
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. protected function attached($obj)
  2. {
  3.     parent::attached($obj);
  4.     if (!$obj instanceof Presenter) {
  5.         return;
  6.     }
  7.  
  8.     $items = $this->model->findAll();
  9.     $this['form']['select']->setItems($items);
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment