コード例 #1
0
 public function actionPengumuman()
 {
     $this->all();
     $this->action = 'pengumuman';
     $this->setPageTitle(' - Pengumuman');
     $umum = Pengumuman::model()->findAll();
     $this->render('pengumuman', array('umum' => $umum));
 }
コード例 #2
0
 public function actionPengumuman()
 {
     $umum = Pengumuman::model()->findAll();
     $this->render('pengumuman', array('umum' => $umum));
 }