<?php
$FILE=tatiyeNet::Export('File',[
'Name' => 'info',
'Location' => 'Export',
]);
?>
<table class="table table-bordered table-hover">
<thead>
<tr>
<th>Name</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>TATIYE.NET</td>
<td>info@tatiye.net</td>
</tr>
</tbody>
</table>
<?php
$FILE->Stop();
?>
<?php echo tatiyeNet::Export('PDF','Export/A3/landscape/info');?>
Class | Deskripsi |
---|---|
'Name' => 'info', |
Nama File Export |
'Location' => 'Export', |
Nama Direktori Export |