public function execute_data() { $tmp1 = date('d.m.Y'); $this->set('dzisiejsza_data', $tmp1); $tmp2 = date('h:i'); $this->set('godzina', $tmp2); }