I have been trying to get a button in a Zend form to trigger a custom Library class that builds a PDF (extending Zend_pdf) when a user clicks on a specific button in a form.
For some reason when it adds a new PdfBuilder(); it does not fail, nor does it trigger any error_logging despite asking it.
I believe I may have missed a link somewhere in this process and any help would be greatly appreciated.
I am trying to get it to view in a new window instead of saving it as it is up to the user if they want it.