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