<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/codeigniter</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 01:44:17 GMT</pubDate>
<item>
<title>(PHP) Is numeric - pythas</title>
<link>http://snipplr.com/view/69793/is-numeric/</link>
<description><![CDATA[ <p>Read docblock.</p> ]]></description>
<pubDate>Wed, 06 Feb 2013 01:07:38 GMT</pubDate>
<guid>http://snipplr.com/view/69793/is-numeric/</guid>
</item>
<item>
<title>(Other) .htaccess for Codeigniter in Wordpress subfolder - telltec</title>
<link>http://snipplr.com/view/69757/htaccess-for-codeigniter-in-wordpress-subfolder/</link>
<description><![CDATA[ <p>Try to run Codeigniter in a subfolder of a Wordpress installation and want to remove index.php for clean URLs? 

Put this code in a .htaccess file in your codeigniter directory ("cidir" in this example).</p> ]]></description>
<pubDate>Sat, 02 Feb 2013 03:18:02 GMT</pubDate>
<guid>http://snipplr.com/view/69757/htaccess-for-codeigniter-in-wordpress-subfolder/</guid>
</item>
<item>
<title>(PHP) Country list drop down in Codeigniter - jquery404</title>
<link>http://snipplr.com/view/68211/country-list-drop-down-in-codeigniter/</link>
<description><![CDATA[ <p>This is a list of county name which is generated in php and how to echo it in Codeigniter way. Hope this help!</p> ]]></description>
<pubDate>Sat, 10 Nov 2012 16:19:58 GMT</pubDate>
<guid>http://snipplr.com/view/68211/country-list-drop-down-in-codeigniter/</guid>
</item>
<item>
<title>(PHP) Codeigniter View Example - JonnySnip3r</title>
<link>http://snipplr.com/view/67105/codeigniter-view-example/</link>
<description><![CDATA[ <p>Just an example showing how to minimise the mixture of HTML and PHP in a view.</p> ]]></description>
<pubDate>Sun, 09 Sep 2012 00:10:39 GMT</pubDate>
<guid>http://snipplr.com/view/67105/codeigniter-view-example/</guid>
</item>
<item>
<title>(PHP) random string - tucq88</title>
<link>http://snipplr.com/view/66784/random-string/</link>
<description><![CDATA[ <p>Copied from CodeIgniter</p> ]]></description>
<pubDate>Fri, 17 Aug 2012 12:52:24 GMT</pubDate>
<guid>http://snipplr.com/view/66784/random-string/</guid>
</item>
<item>
<title>(PHP) mConfig - mladoux</title>
<link>http://snipplr.com/view/66153/mconfig/</link>
<description><![CDATA[ <p>mConfig Database Configuration Library - Formally Settings

updates - Removed CI object variable, simplified, and other general goodness!</p> ]]></description>
<pubDate>Mon, 16 Jul 2012 09:41:24 GMT</pubDate>
<guid>http://snipplr.com/view/66153/mconfig/</guid>
</item>
<item>
<title>(PHP) RSS Parser - Biocrash</title>
<link>http://snipplr.com/view/66117/rss-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 13 Jul 2012 07:24:27 GMT</pubDate>
<guid>http://snipplr.com/view/66117/rss-parser/</guid>
</item>
<item>
<title>(PHP) Check Database Connection Details - CodeIgniter - mladoux</title>
<link>http://snipplr.com/view/66070/check-database-connection-details--codeigniter/</link>
<description><![CDATA[ <p>Quick and easy way to check database connection details for installer controllers.</p> ]]></description>
<pubDate>Wed, 11 Jul 2012 12:39:28 GMT</pubDate>
<guid>http://snipplr.com/view/66070/check-database-connection-details--codeigniter/</guid>
</item>
<item>
<title>(PHP) mAuth - mladoux</title>
<link>http://snipplr.com/view/66031/mauth/</link>
<description><![CDATA[ <p>A simple user management library. It makes no attempt at handling sessions or cookies, I'll leave that part up to you. It's just a drop in that will allow you to create users, update passwords, and make sure that user supplied information is correct. Should easily integrate into any application setting that you might be able to think of. The library is completely database agnostic, as it makes use of the dbforge library to automatically generate databases on first use. As long as CodeIgniter supports the database, this library will work with it.</p> ]]></description>
<pubDate>Mon, 09 Jul 2012 07:10:11 GMT</pubDate>
<guid>http://snipplr.com/view/66031/mauth/</guid>
</item>
<item>
<title>(PHP) Codeigniter grouping OR conditions using active record database library - pruntrut</title>
<link>http://snipplr.com/view/65629/codeigniter-grouping-or-conditions-using-active-record-database-library/</link>
<description><![CDATA[ <p>when someone trying to or two conditions using active record database library in codeigniter</p> ]]></description>
<pubDate>Fri, 15 Jun 2012 00:00:41 GMT</pubDate>
<guid>http://snipplr.com/view/65629/codeigniter-grouping-or-conditions-using-active-record-database-library/</guid>
</item>
<item>
<title>(PHP) mBlog Settings Library - mladoux</title>
<link>http://snipplr.com/view/65232/mblog-settings-library/</link>
<description><![CDATA[ <p>Get's settings from the database, and adds them to the CodeIgniter config array. Some overwriting may occur.

TODO: filter out things that should not be overwritten, and make it configurable.</p> ]]></description>
<pubDate>Mon, 28 May 2012 12:21:24 GMT</pubDate>
<guid>http://snipplr.com/view/65232/mblog-settings-library/</guid>
</item>
<item>
<title>(PHP) mBlog Authentication Library - mladoux</title>
<link>http://snipplr.com/view/65231/mblog-authentication-library/</link>
<description><![CDATA[ <p>mBlog Authentication Library
Mark LaDoux 

Inspired by the DBlog Authentication Library
David Behler 

 Handles authentication and authorization requests for mBlog.</p> ]]></description>
<pubDate>Mon, 28 May 2012 11:37:34 GMT</pubDate>
<guid>http://snipplr.com/view/65231/mblog-authentication-library/</guid>
</item>
<item>
<title>(PHP) Portable PHP Password Hashing Framework - Modified for CodeIgniter - mladoux</title>
<link>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</link>
<description><![CDATA[ <p>Modified by adding public and protected declarations, renamed PasswordHash
constructor to __construct. Adapted for use with CodeIgniter</p> ]]></description>
<pubDate>Mon, 28 May 2012 06:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</guid>
</item>
<item>
<title>(PHP) mBlog Akismet Library - mladoux</title>
<link>http://snipplr.com/view/65221/mblog-akismet-library/</link>
<description><![CDATA[ <p>mBlog Akismet library
Mark LaDoux 

Inspired by the DBlog Akismet library 
David Behler 

Provides functions and utilities for checking comments against Akismet
for spam, and for reporting spam and ham.

 * Simplified initialization process
 * Added internationalization support for error logs
 * Added more tests for logging purposes
 * Added library version reporting

version		3.0.0
license		http://www.gnu.org/licenses/gpl.html</p> ]]></description>
<pubDate>Sun, 27 May 2012 15:14:59 GMT</pubDate>
<guid>http://snipplr.com/view/65221/mblog-akismet-library/</guid>
</item>
<item>
<title>(CSS) CI calendar class CSS for the table - jdhall75</title>
<link>http://snipplr.com/view/64277/ci-calendar-class-css-for-the-table/</link>
<description><![CDATA[ <p>The styling information for the calendar</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 11:24:37 GMT</pubDate>
<guid>http://snipplr.com/view/64277/ci-calendar-class-css-for-the-table/</guid>
</item>
<item>
<title>(PHP) CI calendar class init complete - jdhall75</title>
<link>http://snipplr.com/view/64276/ci-calendar-class-init-complete/</link>
<description><![CDATA[ <p>Complete initialization for the new calendar class</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 11:20:48 GMT</pubDate>
<guid>http://snipplr.com/view/64276/ci-calendar-class-init-complete/</guid>
</item>
<item>
<title>(PHP) CI calendar class original - jdhall75</title>
<link>http://snipplr.com/view/64275/ci-calendar-class-original/</link>
<description><![CDATA[ <p>The orignial calendar class code before the changes</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 11:15:57 GMT</pubDate>
<guid>http://snipplr.com/view/64275/ci-calendar-class-original/</guid>
</item>
<item>
<title>(PHP) CI calendar class changes - jdhall75</title>
<link>http://snipplr.com/view/64274/ci-calendar-class-changes/</link>
<description><![CDATA[ <p>At line 220 you should see the the start if an if block.  This is the section that needs to be edited.  I added the foreach block to itterate over the data array and create links in the table cells.</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 11:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/64274/ci-calendar-class-changes/</guid>
</item>
<item>
<title>(PHP) CI calendar class init - jdhall75</title>
<link>http://snipplr.com/view/64273/ci-calendar-class-init/</link>
<description><![CDATA[ <p>Initializing the update calendar class</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 11:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/64273/ci-calendar-class-init/</guid>
</item>
<item>
<title>(PHP) CI calendar template - jdhall75</title>
<link>http://snipplr.com/view/64272/ci-calendar-template/</link>
<description><![CDATA[ <p>Template for for Codeigniter calendar class.  Modified from default for css styling and multiple events per table cell.</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 11:00:41 GMT</pubDate>
<guid>http://snipplr.com/view/64272/ci-calendar-template/</guid>
</item>
</channel>
</rss>