diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-11-01 08:05:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-11-01 08:05:30 +0100 |
commit | 5cd7540f6d5aa824106ab7e9171fd36ed380bacd (patch) | |
tree | 76bf60a1c12726dabf210bd6bde2bcf445d13c2f /testdb.php | |
parent | 7ebd0320aeaa78a74c46c5f0a1e2b7b6cd9b6568 (diff) |
Create TableRpm class and use it in refresh
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); ?> |