Current Path : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/db/ |
Current File : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/db/mysqlsqlhelper.php |
<?php namespace Bitrix\Main\DB; class MysqlSqlHelper extends MysqliSqlHelper { public function forSql($value, $maxLength = 0) { if ($maxLength > 0) $value = substr($value, 0, $maxLength); return mysql_real_escape_string($value, $this->dbConnection->getResource()); } }