<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Consolidate Options with Arrays in your WordPress Plugins</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:02:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-2/#comment-2539</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 24 Jan 2010 09:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2539</guid>
		<description>Private comment: You have a fatal error on this page:

Fatal error: Call to a member function decode() on a non-object in /home/stride/public_html/wp-content/plugins/twitter-tools/twitter-tools.php  on line 744</description>
		<content:encoded><![CDATA[<p>Private comment: You have a fatal error on this page:</p>
<p>Fatal error: Call to a member function decode() on a non-object in /home/stride/public_html/wp-content/plugins/twitter-tools/twitter-tools.php  on line 744</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebTechGlobal</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-2/#comment-2530</link>
		<dc:creator>WebTechGlobal</dc:creator>
		<pubDate>Mon, 11 Jan 2010 23:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2530</guid>
		<description>NG your idea is alright in a way but if you think  about it an options table would be empty if not for plugins.

So the solution I think is that core wordpress installation options should be in their own table, a far more important table.

Also a new add_optionsgroup function would be good where we can do something like...

$names = &quot;example1,example2,example3&quot;;
$values = &quot;value1,value2,value3&quot;;
add_optiongroup(&#039;name1&#039;,&#039;name2&#039;)

Simple I know I dont have to spell it out like that really but my point is this simple solution would encourage what this page is all about.

WebTechGlobal.co.uk</description>
		<content:encoded><![CDATA[<p>NG your idea is alright in a way but if you think  about it an options table would be empty if not for plugins.</p>
<p>So the solution I think is that core wordpress installation options should be in their own table, a far more important table.</p>
<p>Also a new add_optionsgroup function would be good where we can do something like&#8230;</p>
<p>$names = &#8220;example1,example2,example3&#8243;;<br />
$values = &#8220;value1,value2,value3&#8243;;<br />
add_optiongroup(&#8216;name1&#8242;,&#8217;name2&#8242;)</p>
<p>Simple I know I dont have to spell it out like that really but my point is this simple solution would encourage what this page is all about.</p>
<p>WebTechGlobal.co.uk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NG</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-1/#comment-2521</link>
		<dc:creator>NG</dc:creator>
		<pubDate>Wed, 30 Dec 2009 02:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2521</guid>
		<description>In addition to your excellent approach to using arrays, a separate wp_options_plugins table should be added to Wordpress on future releases. This way if the wp_options_plugins table becomes so bloated the blog starts to slow to a crawl it could be dropped, and recreated after the plugins are reactivated, without having any impact on the core Wordpress settings and options stored in the wp_options table.

It seems the Wordpress architecture should have separated things when the wp-options table was first conceived. Instead blog owners are trying to manually remove entries in wp_options table after getting errors like:

&quot;WordPress database error Out of memory&quot;</description>
		<content:encoded><![CDATA[<p>In addition to your excellent approach to using arrays, a separate wp_options_plugins table should be added to Wordpress on future releases. This way if the wp_options_plugins table becomes so bloated the blog starts to slow to a crawl it could be dropped, and recreated after the plugins are reactivated, without having any impact on the core Wordpress settings and options stored in the wp_options table.</p>
<p>It seems the Wordpress architecture should have separated things when the wp-options table was first conceived. Instead blog owners are trying to manually remove entries in wp_options table after getting errors like:</p>
<p>&#8220;WordPress database error Out of memory&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suggestion: WordPress Option Namespacing</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-1/#comment-2502</link>
		<dc:creator>Suggestion: WordPress Option Namespacing</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2502</guid>
		<description>[...] Consolidate Options with Arrays in Your WordPress Plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] Consolidate Options with Arrays in Your WordPress Plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consolidate options with arrays in your WordPress plugins &#124; WpMash - WordPress News</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-1/#comment-2446</link>
		<dc:creator>Consolidate options with arrays in your WordPress plugins &#124; WpMash - WordPress News</dc:creator>
		<pubDate>Mon, 19 Oct 2009 03:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2446</guid>
		<description>[...] Original post: Consolidate options with arrays in your WordPress plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post: Consolidate options with arrays in your WordPress plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-1/#comment-2427</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2427</guid>
		<description>Firstly, thanks for that hint. I used it, but my options don&#039;t come up to screen till i refresh my settings page.. So i want to learn that, is there any trick for placing of these functions? Thanks right now..</description>
		<content:encoded><![CDATA[<p>Firstly, thanks for that hint. I used it, but my options don&#8217;t come up to screen till i refresh my settings page.. So i want to learn that, is there any trick for placing of these functions? Thanks right now..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-1/#comment-2404</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 16 Sep 2009 00:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2404</guid>
		<description>Firstly thanks for that amazing article, after that saving the updates as option_template and calling back is so easy for me...
Thanks again...

NOTE: First, i answered anti-spam question as &quot;definitely a tree ;)&quot; for &quot;Which is taller, an ant or a tree?&quot; question but your system decided that i&#039;am nat a human :(.. ;)</description>
		<content:encoded><![CDATA[<p>Firstly thanks for that amazing article, after that saving the updates as option_template and calling back is so easy for me&#8230;<br />
Thanks again&#8230;</p>
<p>NOTE: First, i answered anti-spam question as &#8220;definitely a tree <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> &#8221; for &#8220;Which is taller, an ant or a tree?&#8221; question but your system decided that i&#8217;am nat a human <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consolidate Options with Arrays in your WordPress Themes - Ptah Dunbar - Web Craftsman, WordPress hacker and Entrepreneur.</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/consolidate-options-with-arrays/comment-page-1/#comment-2338</link>
		<dc:creator>Consolidate Options with Arrays in your WordPress Themes - Ptah Dunbar - Web Craftsman, WordPress hacker and Entrepreneur.</dc:creator>
		<pubDate>Tue, 14 Jul 2009 00:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=78#comment-2338</guid>
		<description>[...] read more on this topic, check out this post on Striderweb.     Posted in WordPress Bookmark the permalink or leave a trackback: Trackback URL.            [...]</description>
		<content:encoded><![CDATA[<p>[...] read more on this topic, check out this post on Striderweb.     Posted in WordPress Bookmark the permalink or leave a trackback: Trackback URL.            [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
