Easily integrate ezPDF (a.k.a pdf-php) into CodeIgniter Framework
Got another spare time, so, another simple tips for you. Last post I already show how to easily integrate PHPExcel in CodeIgniter so you’ll be able to create downloadable XLS report easily. We will...
View ArticleCreating Ms Word Document using CodeIgniter and PHPWord
One of my reader – Don Lafferty – told us that integrating PHPWord into CodeIgniter is also as easy as integrating PHPExcel into CodeIgniter. So, I decided to give it a try and it really does so...
View ArticleEasily integrate mPDF into CodeIgniter Framework
Got the tip from here: http://davidsimpson.me/2013/05/19/using-mpdf-with-codeigniter/ On this previous post, I tell you on how to easily integrate ezPDF into CodeIgniter but the problem is: the PDF...
View ArticleMatrix operation library for CodeIgniter
This tips is useful if you someday handling web-based project that involving Matrix handling and you want to implement it using CodeIgniter. We’ll use PHPMath library for this. Download the latest...
View ArticleGMap.NET component : Moving Marker
WTH is GMap.NET? Simply put: it’s an open source .net component that can show online mapping service (such as Google Map, Bing Map, OpenStreetMap) in your .NET app. Download the binary here:...
View Article