extends abstract class Phalcon\Db\Adapter\Pdo
implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface
Source on GitHub
Specific functions for the Mysql database system
use Phalcon\Db\Adapter\Pdo\Mysql;
$config = [
'host' => 'localhost',
'dbname' => 'blog',
'port' => 3306,
'username' => 'sigma',
'password' => 'secret'
];
$connection = new Mysql($config);
Methods
public escapeIdentifier (mixed $identifier)
Escapes a column/table/sc