Exemplo n.º 1
0
 public function view()
 {
     $this->set('links', Link::getList());
 }
Exemplo n.º 2
0
 public function add()
 {
     $links = Link::getList();
     $this->set('links', $links);
 }