Поправил регистр
This commit is contained in:
parent
d63cb2913f
commit
53b531f853
8 changed files with 9 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue