News Feed
Jobs Feed
Sections




News Archive
Code2Learn.com:
Generating PDF files from Database using CodeIgniter
February 29, 2012 @ 12:07:33

On the Code2Learn blog there's a recent tutorial about creating PDFs from CodeIgniter using the R&OS PDF class (not bundled with the framework, but easy to integrate).

As a programmer I find PDF files very helpful to me when generating reports and getting them printed. We will be using R&OS pdf class. I find this to be the best one because all others libraries I came across didn't offer me a good control over the making of the file and also the process of making i.e the code required for this library is bit tricky but it helped me improve my coding.

Code is included to create a simple PDF helper class that creates a new "cezpdf" object and add some basic things like titles, page numbers and some basic footer text. A simple controller is included that pulls the information from a database table (in their case a record of logins) and pushes this data into the PDF as lines of text.

0 comments voice your opinion now!
codeigniter framework pdf class helper pdf generate database


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Solar 0.26.0 Released, and New Website

Community News: PortableWebAp.com

PHP in Action Blog: PHP in Action Book in Print

Jurriaanpersyn.com: Ajax/PHP-powered Sudoku Helper

Nick Lo's Blog: RewriteRouter and Zend_Config play together


Community Events









Don't see your event here?
Let us know!


interview podcast composer phpunit release code community testing introduction zendframework2 database unittest example language object framework development opinion tool api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework