phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: property/inc/pdf class.pdf.php,NONE,1.1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc/pdf class.pdf.php,NONE,1.1
Date: Wed, 26 Mar 2003 12:06:59 -0500

Update of /cvsroot/phpgroupware/property/inc/pdf
In directory subversions:/tmp/cvs-serv7527

Added Files:
        class.pdf.php 
Log Message:
no message

--- NEW FILE ---
<?php
/**
* Cpdf
*
* http://www.ros.co.nz/pdf
*
* A PHP class to provide the basic functionality to create a pdf document 
without
* any requirement for additional modules.
*
* Note that they companion class CezPdf can be used to extend this class and 
dramatically
* simplify the creation of documents.
*
* IMPORTANT NOTE
* there is no warranty, implied or otherwise with this software.
*
* LICENCE
* This code has been placed in the Public Domain for all to enjoy.
*
* @author               Wayne Munro <address@hidden>
[...3037 lines suppressed...]
        unset($tmp);
      }
      break;
    case 'abort':
      if (is_array($this->checkpoint)){
        // can only abort if were inside a checkpoint
        $tmp = $this->checkpoint;
        foreach ($tmp as $k=>$v){
          $this->$k=$v;
        }
        unset($tmp);
      }
      break;
  }

}

} // end of class

?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]