# fluentform/4.3.13/app/Services/wpfluent/src/QueryBuilder/Adapters/Mysql.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 4.3.13. 10 lines.

- Page: https://pluginprobe.com/plugins/fluentform/4.3.13/code/app/Services/wpfluent/src/QueryBuilder/Adapters/Mysql.php
- Raw: https://pluginprobe.com/plugins/fluentform/4.3.13/raw/app/Services/wpfluent/src/QueryBuilder/Adapters/Mysql.php
- Modified: 2022-10-07T15:25:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/4.3.13/code/app/Services/wpfluent/src/QueryBuilder/Adapters/Mysql.php#L10-L20`.

```php
<?php namespace WpFluent\QueryBuilder\Adapters;

class Mysql extends BaseAdapter
{
    /**
     * @var string
     */
    protected $sanitizer = '`';
}

```
