class ciudad { public $id; public $nombre_ciudad; function __construct($Id,$Ciudad) { $this->id = $Id; $this->nombre_ciudad = $Ciudad; } }