Оптимизация запросов в БД.

This commit is contained in:
lopar
2018-02-28 23:16:09 +02:00
parent fae934f0ad
commit 3e51461e6e
3 changed files with 97 additions and 92 deletions

View File

@@ -1,7 +1,10 @@
<?php
include 'config.php';
include 'functions.php';
include '../config.php';
//include '../functions.php';
showinf_pers(10736,1);
//showinf_pers(10736,1);
showinf_pers(10736);
//showinf_pers(10736);
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
print_r($row);