Using Facebook PHP SDK (v.3.1.1) with Codeigniter

This is a step by step tutorial for Codeigniter users for using the Facebook connect feature in their websites. For the users who generates Codeigniter website using “PHP Code Generator” (PCG) at our website the Facebook connect codeigniter library is integrated already in the user module. Step 1: Download the Facebook PHP SDK at https://github.com/facebook/facebook-php-sdk/zipball/master [...]

Read this article…

Gradient image library for Codeigniter

Codeigniter has an Image library but with limited features. How about extending it and making it more richer? Here I am sharing the code for extending the Codeigniter library with more features like gradient image fill and fixed size thumbnail generation. I originally wrote this code for generating the banner for the Codeigniter websites generated [...]

Read this article…

Tools for fast Codeigniter website development

There are less number of tools to speed up the Codeigniter website developement by generating code for you by getting your input. There are too many CMS systems available in Codeigniter and we will not talk about them here. We only consider the tools that generate code. #1 FormIgniter Formigniter generates code for model,view and [...]

Read this article…

How to create custom 404 page with Codeigniter

Broken links will give a bad impression to your users. So always do an analysis on your website using some tools if there is any broken link in the navigation links. But you can not fix the broken links from external websites to your website. Also some user might type a url to your website [...]

Read this article…

How to post on user’s wall on Facebook?

I want to share the source code first for the busy guys. Source code for Facebook connect for Codeigniter Hope you have already went through my tutorial on the Facebook Connect implementation in Codeigniter. This part comes after connecting the user to your website. Once user is authenticated with the required access tokens, you can [...]

Read this article…