Need help with joomla database class - Joomla! Forum - community, help and support


hi there,

i have make pdf out of detail views of component. this, want use fpdf.

i have user detail view of have make pdf.
on detail page included normal link php page, included fpdf class. have problem dont know how data detail page page pdf created. data has send mosdbtable object.

is there way use database class in popup window out of joomla? commit userid per site pdf created user data on site database class?

or know other way how commit data of detail view page can use fpdf class make pdf?

hope explain want ;)

hello,

it easier include fpdf code in quick custom component rather trying load database row , somehow pass off external script. need make sure when call component, link points index2.php?option=com_nameofyourcomponent&no_html=1. way, joomla! won't throw out html content , generate pdf.

are familiar creating custom components? if didn't want create one, might able use php's serialize() function turn object string pass get, wouldn't secure.





Comments