Posts by Julius Miranda • 1 point
1 post
-
-1
votes2
answers47
viewsA: Passing id to pdf printing with cakephp3 and tcpdf
Change that line: public function pdf_view2($schedule_id = null, $id = 2){ To: public function pdf_view2($id = null, $schedule_id = null){ Its function receives the ID of your URL in the first…