Exemplo n.º 1
0
 public function after()
 {
     // All Applications
     $this->set('buckets', BucketModel::find());
     // Applications for this user
     $this->set('user_buckets', $this->user->getBuckets());
 }