[ PHPXref.com ] [ Generated: Sun Jul 20 19:53:36 2008 ] [ PHPReports 0.4.7 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> sales.php (source)

   1  <?php
   2      require_once ("PHPReportMaker.php");
   3      
   4      /******************************************************************************
   5      *                                                                                                        *
   6      *    Use this file to see a sample of PHPReports.                                            *
   7      *    Please check the PDF manual for see how to use it.                                    *
   8      *    It need to be placed on a directory reached by the web server.                    *
   9      *                                                                                                        *
  10      ******************************************************************************/
  11      $oRpt = new PHPReportMaker();
  12      $oRpt->setUser("taq");
  13      $oRpt->setPassword("******");
  14      $oRpt->setXML("sales.xml");
  15      $oOut = $oRpt->createOutputPlugin("default");
  16      $oRpt->setOutputPlugin($oOut);
  17      $oRpt->run();
  18  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]