Pdf.php 218 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); require_once dirname(__FILE__) . '/tcpdf/tcpdf.php'; class Pdf extends TCPDF { function __construct() { parent::__construct(); } }