Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected function attached($obj)
- {
- parent::attached($obj);
- if (!$obj instanceof Presenter) {
- return;
- }
- $items = $this->model->findAll();
- $this['form']['select']->setItems($items);
- }
Advertisement
Add Comment
Please, Sign In to add comment