8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
class pdf {
|
|
|
|
function __construct() {
|
|
include_once APPPATH . '/third_party/fpdf/fpdf.php';
|
|
}
|
|
}
|
|
?>
|