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


$description = "The formLayout() method renders each column value on a separate line instead of as the default table format. 
";


$example_description = "In the example below we show the report data as a form and we force a page break on each row. In order to get the page break working, we use the group() method to force each row to be treated as a group section (by grouping on a unique id column ). and then use the throwPageBefore() method to trigger the page break.";

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

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

Hry