Archive | Codeigniter RSS feed for this category

Using Facebook PHP SDK (v.3.1.1) with Codeigniter

9 March 2013

0 Comments

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 [...]

Continue reading...

Gradient image library for Codeigniter

9 February 2013

0 Comments

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 [...]

Continue reading...

How to create custom 404 page with Codeigniter

23 June 2011

6 Comments

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 [...]

Continue reading...

How to post on user’s wall on Facebook?

20 June 2011

11 Comments

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 [...]

Continue reading...

Removing index.php from website url – Codeigniter

13 June 2011

4 Comments

Removing the “index.php” filename from the URL makes the website nice and also search engines like it. It is easy to remove the index.php from the URL in CodeIgniter website. Here are the three little steps. Enable the apache ModRewrite module. If you are using wamp server you do it by using the menu in [...]

Continue reading...