set('title', 'مركز العماني - الصفحة الرئيسية'); $this->set('welcome', 'مرحبا بكم في نظام مركز العماني'); $this->render('home/index'); } /** * About page */ public function about() { $this->set('title', 'من نحن'); $this->render('home/about'); }}