CodeIgniter Forums
Plugin Help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Plugin Help (/showthread.php?tid=11703)



Plugin Help - El Forum - 09-20-2008

[eluser]Unknown[/eluser]
hi,

i am having difficulties with plugins-

i am trying to print html to pdf, using the following link as model


PDF generation using dompdf

but, somehow i am getting the following error-

Quote:Unable to load the requested file: plugins/to_pdf_pi.php

but "captcha" is working fine, then i tried with copying contents from to_pdf to captcha.
but, i dont know how to use those functions inside the plugin, calling them directly results in error..


can someone show me "Hello World" with plugins?


please.