Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla5/components/com_fabrik/layouts/form/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* PDF document title for form view
*
*/
defined('JPATH_BASE') or die;
$d = $displayData;
/**
* Set the download file name based on the document title and rowid
*
* For overriding, you can access form data in
$d->model->data['yourtable____yourelement'];
*
*/
echo $d->doc->getTitle() . '-' .
$d->model->getRowId();