diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-11-01 09:25:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-11-01 09:25:57 +0100 |
commit | 72eaeb9aedf14936ae7601ed0ac61c4014943129 (patch) | |
tree | 101e1a68f27664718a4d2196988cb570b886caff /testdb.php | |
parent | c28b13eaeca04574994d5a7c2320bbce4c63450f (diff) |
add TableAcls class ans use it in refresh
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"; ?> |