Integrating dompdf with CakePHP
I was under a lot of pressure to quickly implement PDF reports in my CakePHP application. Luckily I came across this excellent tutorial. dompdf is an HTML to PDF converter…
productivity through technology
I was under a lot of pressure to quickly implement PDF reports in my CakePHP application. Luckily I came across this excellent tutorial. dompdf is an HTML to PDF converter…
CakePHP makes the basic CRUD workflow pretty easy to achieve. However, the following situation arose with setFlash() in the CakePHP application I was building at work: I have a page which list…