1 pjaol 1.1 <?php
2
3 include("lib/conf/conf.inc");
4 include("conf/config.php");
5 include("lib/db/dbiw.inc");
6 $conf = Conf::instance();
7 echo "here<pre>";
8 $dbiw = new dbiw();
9 echo "here1\n";
10 var_dump($dbiw->dbExec("select * from Groups"));
11 echo "here 2";
12 ?>
|