summaryrefslogtreecommitdiffstats
path: root/testdb.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-01 08:05:30 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-01 08:05:30 +0100
commit5cd7540f6d5aa824106ab7e9171fd36ed380bacd (patch)
tree76bf60a1c12726dabf210bd6bde2bcf445d13c2f /testdb.php
parent7ebd0320aeaa78a74c46c5f0a1e2b7b6cd9b6568 (diff)
Create TableRpm class and use it in refresh
Diffstat (limited to 'testdb.php')
-rw-r--r--testdb.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/testdb.php b/testdb.php
index 3523fff..cc7c301 100644
--- a/testdb.php
+++ b/testdb.php
@@ -88,4 +88,6 @@ echo "request(test) : ";
foreach($up->request(array('type'=>'test', 'ORDER'=>'name')) as $upstr) {
print_r($upstr);
}
+
+$rpm = new TableRpm($db);
?>