Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/erp/htdocs/custom/reportes/include/reportico/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/erp/htdocs/custom/reportes/include/reportico/examples/pages.php
<?php
include (__DIR__."/header.php");

$description = "
<br><br>
The page() method allows the report output to be presented as printable pages. Use the paginate() option to show the output in a print preview style and the size() and orientation() methods to set the desired page size and orientation. The margins can also be set and whether the report title should be shown on hte the first page only, all pages or not at all.
<br><br>
Headers and footers can be placed at the top and bottom of each page which allows for images, page numbers, current time, column values to be shown.
";


$example_description = "
<br><br>
The page() method allows the report output to be presented as printable pages. Use the paginate() option to show the output in a print preview style and the size() and orientation() methods to set the desired page size and orientation. The margins can also be set and whether the report title should be shown on hte the first page only, all pages or not at all.
<br><br>
Headers and footers can be placed at the top and bottom of each page which allows for images, page numbers, current time, column values to be shown.
";
?>

<?php
include (__DIR__."/content.php");
?>

<?php
include (__DIR__."/trailer.php");
?>

Hry