Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals

t.php

Go to the documentation of this file.
00001 <?
00002 include_once ("class_parm_code.php");
00003 include_once("postgres.php");
00004 include_once("ac_common.php");
00005 include_once("debug.php");
00006 $cn=DbConnect(1);
00007 $a=new parm_code($cn);
00008 
00009 $p=$a->LoadAll();
00010 var_dump($p);
00011 ?>

Generated on Wed May 31 21:39:15 2006 for phpcompta by  doxygen 1.4.4