tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
include '../config.php';
|
||||
include_once '../classes/nick.php';
|
||||
//include '../functions.php';
|
||||
|
||||
//showinf_pers(10736,1);
|
||||
@@ -14,4 +15,7 @@ print_r($row2);
|
||||
echo '<hr>';
|
||||
$row3 = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_object_array();
|
||||
print_r($row3);
|
||||
echo '<hr>';
|
||||
echo '<hr>';
|
||||
|
||||
$obj = new nick(11221);
|
||||
$obj->get();
|
||||
Reference in New Issue
Block a user