Exemplo n.º 1
0
 public function view($id = null)
 {
     $this->___set($id);
     parent::view($id);
 }
Exemplo n.º 2
0
 public function view($id = null)
 {
     $m = ClassRegistry::init('Rss.UsersRole');
     $this->set('users_with_role', $m->findAllByRoleId($id));
     parent::view($id);
 }
Exemplo n.º 3
0
 public function view($id = null)
 {
     $m = ClassRegistry::init('Rss.ItemsCategory');
     $this->set('items', $m->findAllByCategoryId($id));
     parent::view($id);
 }