<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: CodeIgniter Integration!</title>
	<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/</link>
	<description>refactoring the development process</description>
	<pubDate>Sat, 22 Nov 2008 05:47:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Ken Iovino</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-169</link>
		<dc:creator>Ken Iovino</dc:creator>
		<pubDate>Sat, 21 Jun 2008 08:43:03 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-169</guid>
		<description>@robert, I was able to fix that by changing the file "/hooks/vBUser.php" to lower case letters.</description>
		<content:encoded><![CDATA[<p>@robert, I was able to fix that by changing the file &#8220;/hooks/vBUser.php&#8221; to lower case letters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perry</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-163</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Mon, 19 May 2008 00:07:24 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-163</guid>
		<description>Thanks very much for this, Adrian. Exactly what I need!</description>
		<content:encoded><![CDATA[<p>Thanks very much for this, Adrian. Exactly what I need!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some CodeIgniter Tutorial links &#171; Afruj&#8217;s Weblog</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-160</link>
		<dc:creator>Some CodeIgniter Tutorial links &#171; Afruj&#8217;s Weblog</dc:creator>
		<pubDate>Fri, 02 May 2008 03:48:53 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-160</guid>
		<description>[...] CodeIgniter - vBulletin user integration [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CodeIgniter - vBulletin user integration [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-159</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 17 Apr 2008 22:41:30 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-159</guid>
		<description>Hi Adrian, I uploaded all files and completed the changes from the readme and get an error saying cannot load vbuser class?

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Adrian, I uploaded all files and completed the changes from the readme and get an error saying cannot load vbuser class?</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-158</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 17 Apr 2008 19:50:50 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-158</guid>
		<description>What variables are available? for example, can I use the the vb user database for my codeigniter CMS... so if they are needed to be logged in they log in via VB and then returned to where they where previously??</description>
		<content:encoded><![CDATA[<p>What variables are available? for example, can I use the the vb user database for my codeigniter CMS&#8230; so if they are needed to be logged in they log in via VB and then returned to where they where previously??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-155</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sat, 05 Apr 2008 17:48:13 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-155</guid>
		<description>In a controller, you would use $this-&gt;vbuser-&gt;info array, which contains userid, username, usergroupid, membergroupids.  You can add more columns by modifying the $select_columns property.</description>
		<content:encoded><![CDATA[<p>In a controller, you would use $this->vbuser->info array, which contains userid, username, usergroupid, membergroupids.  You can add more columns by modifying the $select_columns property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBFT</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-154</link>
		<dc:creator>DBFT</dc:creator>
		<pubDate>Sat, 05 Apr 2008 12:13:30 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-154</guid>
		<description>So is there no way to get the users name or ID from vBulletin with this? the readme doesn't mention it</description>
		<content:encoded><![CDATA[<p>So is there no way to get the users name or ID from vBulletin with this? the readme doesn&#8217;t mention it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-153</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:57:02 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-153</guid>
		<description>Creating users would be simple, and it's something I'll probably do in the future.  You could just add a few methods to the vBAuth class to insert new records into user, userfield, usertextfield, (etc.) upon submitting a registration form.  

What do you mean about marking them as deleted?</description>
		<content:encoded><![CDATA[<p>Creating users would be simple, and it&#8217;s something I&#8217;ll probably do in the future.  You could just add a few methods to the vBAuth class to insert new records into user, userfield, usertextfield, (etc.) upon submitting a registration form.  </p>
<p>What do you mean about marking them as deleted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Giese</title>
		<link>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-152</link>
		<dc:creator>Joshua Giese</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:23:14 +0000</pubDate>
		<guid>http://refactored.siradrian.com/2008/02/21/codeigniter-integration/#comment-152</guid>
		<description>this is great! thank you for creating this! who hard would it be to extend this to being able to create new users in the VB database, and to mark them as deleted?</description>
		<content:encoded><![CDATA[<p>this is great! thank you for creating this! who hard would it be to extend this to being able to create new users in the VB database, and to mark them as deleted?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
