Пример #1
0
 public function wish()
 {
     $conect = new conexion();
     $this->conexion = $conect->conectar();
     $conect->seleccion_db();
 }