How to list the records of custom module in PDF Manager ?

Hi All,

How to list the records of a custom module in PDF Manager. I need to create pdf template for a custom module

I apply the following code to list the record of 'MY001_MYMODULE' in a pdf template.

{foreach from=$MY001_MYMODULE item="bundle"}

{$bundle.name}
{/foreach}

But it is not working.

Let me know ,How to list the records of custom module in a PDF template .

Parents Reply Children