Title: Simple Integration for Codeigniter
Last modified: September 3, 2016

---

# Simple Integration for Codeigniter

 *  [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * (@dollar_dad)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/simple-integration-for-codeigniter/)
 * A simple and really easy way to integrate Codeigniter into WordPress so that 
   you get all the benefits from both platforms.
 * One small thing that will help you, add
    include_once(ABSPATH . ‘wp-includes/
   pluggable.php’); after if(!is_admin) which will stop you being logged out when
   you go to the front end
 * This plugin lets you access all the WordPress functions, actions and filters 
   in you ci app.
 * You can use both $db and $wpdb – great if you want to use different databases.
 * Gives you full access to CI helpers and libraries, great for custom form building
   with all the validation that ci offers.
 * See the Github repo for more comments and work throughs.
 * I’m not associated with this plugin ( see my profile for my plugins ) but would
   recommend it to all you CI fans ( and of course now that CI has a new home we
   all have hope !!! )

The topic ‘Simple Integration for Codeigniter’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-igniter.svg)
 * [WordPressIgniter](https://wordpress.org/plugins/wp-igniter/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-igniter/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-igniter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-igniter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-igniter/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Kevin Phillips](https://wordpress.org/support/users/dollar_dad/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/simple-integration-for-codeigniter/)