public function albumhitAction() { $date = reqstr('date', ''); $obj = new Psys_StationModel(); $data = $obj->albumHit($date); return $data; }