title; } public static function getCityname($id = '') { $mo = self::find($id); return $mo->city_name; } }