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/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

$description = "To create a CSV report on the fly use the method <b>to(\"CSV\")</b> as shown below.";

$usage_method = "
<?php
          \Reportico\Engine\Builder::build()
              ...
              ...
              ->to(\"CSV\")
              ->execute();
?>";


$example_description = "<a class=\"btn button btn-primary\" target=\"_BLANK\" href=\"{{ url('page/output-csv-standalone') }}\" >Click for a CSV report</a>.";
$example_description = "";

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

Hry