[Mapbender-commits] r3556 - branches/print_dev/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Feb 17 09:33:27 EST 2009


Author: mschulz
Date: 2009-02-17 09:33:26 -0500 (Tue, 17 Feb 2009)
New Revision: 3556

Added:
   branches/print_dev/http/print/printFactory.php
Log:
renamed factory module

Copied: branches/print_dev/http/print/printFactory.php (from rev 3554, branches/print_dev/http/print/testfactories.php)
===================================================================
--- branches/print_dev/http/print/printFactory.php	                        (rev 0)
+++ branches/print_dev/http/print/printFactory.php	2009-02-17 14:33:26 UTC (rev 3556)
@@ -0,0 +1,12 @@
+<?php
+
+require_once(dirname(__FILE__)."/classes/factoryClasses.php");
+
+$pf = new mbPdfFactory();
+$pdf = $pf->create('testConfigTemplate.json');
+
+$pdf->render();
+$pdf->save();
+
+print $pdf->returnAbsoluteUrl();
+?>
\ No newline at end of file



More information about the Mapbender_commits mailing list