Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $CakePdf = new CakePdfPdfCakePdf();
  2. $CakePdf->template('view', 'default');
  3. $CakePdf->viewVars($this->viewVars);
  4. // Get the PDF string returned
  5. $pdf = $CakePdf->output();
  6. echo $pdf;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement