diff options
Diffstat (limited to 'testdb.php')
-rw-r--r-- | testdb.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,4 +88,6 @@ echo "request(test) : "; foreach($up->request(array('type'=>'test', 'ORDER'=>'name')) as $upstr) { print_r($upstr); } + +$rpm = new TableRpm($db); ?> |