From 5cd7540f6d5aa824106ab7e9171fd36ed380bacd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Nov 2010 08:05:30 +0100 Subject: Create TableRpm class and use it in refresh --- testdb.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testdb.php') 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); ?> -- cgit