Tag:library

All Related Articles

How to validate phone number using PHP .

My client asked me to develop E-commerce website, visitors will have the ability to register and add products to the cart then place order. …

ReadMore

paypal payment gateway integration in codeigniter .

The last week was a tough week, I was interested to integrate my PayPal module to the new e-commerce project but when I started many problems hitting my face, which makes me think to read PayPal API documentation again, once I did this, I understood what's happening exactly. …

ReadMore

export data to excel in php codeigniter .

If you remember the last article about integrate PhpWord library with codeigniter,i told you that Phpword is a part of Phpoffice library’s collection to dealing with Microsoft office product with a professional  way,so you can consider…

ReadMore

What is the best authentication library for CodeIgniter .

One of the most interesting benefits of choosing Codeigniter it is a small footprint framework, which means the freedom, the Customization, and the performance. …

ReadMore

Multiple file upload in Codeigniter with example .

Codeigniter doesn't have a support for upload multiple files at once; they saw it was out of framework philosophy, and because we don’t have the time to argue about this, we just make it by hands. …

ReadMore

codeigniter nested categories .

Many days ago when I was thinking about my CMS, the latest upgrade was very important because it let me focus only on the logic and avoid repeating myself again and again. …

ReadMore

5 tips to increase your productivity with codeigniter .

As a developer, you may familiar with this concept .DRY. Which means don't reinvent the wheel? …

ReadMore

Generate MS Word document files with Codeigniter and Phpword library .

Hi everyone ,this tutorial is special and exclusive for you, the first reason is I decide to attach demo example for every tutorial because I figure out that many students don't know how my project look like and I think that have a live example will help them to make full vision about what is going on, …

ReadMore

How to generate QR code with codeigniter .

Many days ago and I came back again with new task and new tutorial, this tutorial about …

ReadMore