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

Developer.com: PHP 5 OOP - Interfaces Abstract Classes and the Adapter Pattern

Henrik Bjørnskov' Blog: Symfony2: Quick tip for your security configuration

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

Felix Geisendörfer's Blog: Make printing easy, using a PrintController

Dave Marshall's Blog: Landing a PHP job Part 1: Technical Knowledge and Skills


Community Events











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


application opinion code podcast development example composer series zendframework2 release interview framework testing functional api object community phpunit introduction language

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