Поправил регистр

This commit is contained in:
CORP\phedor 2018-03-15 14:48:50 +03:00
parent d63cb2913f
commit 53b531f853
8 changed files with 9 additions and 10 deletions

View file

@ -1,6 +1,7 @@
<?php
///<reference path="Database/PDOStatement.php" />
require_once "Database/PDOStatement.php";
/**
* Класс оболочка для PDO для замены Creole
*/
@ -81,7 +82,7 @@ class Database extends PDO
/**
* Извлекает из базы первый элемент по запросу
*/
public function fetchOneArray($query,$values=null)
public function fetchOneArray($query, $values = null)
{
/*.Database_PDOStatement.*/$sth = $this->prepare($query);
$prep = $this->prepareValues($values);