<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - Functions for ext developers]]></title>
		<link>http://punbb.informer.com/forums/topic/21705/functions-for-ext-developers/</link>
		<description><![CDATA[The most recent posts in Functions for ext developers.]]></description>
		<lastBuildDate>Mon, 01 Jun 2009 06:10:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Functions for ext developers]]></title>
			<link>http://punbb.informer.com/forums/post/128095/#p128095</link>
			<description><![CDATA[<p>You right as user, but for ext developer it functions will be very usefull. Ok, i`m create extensions for this.</p>]]></description>
			<author><![CDATA[dummy@example.com (dimkalinux)]]></author>
			<pubDate>Mon, 01 Jun 2009 06:10:02 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128095/#p128095</guid>
		</item>
		<item>
			<title><![CDATA[Re: Functions for ext developers]]></title>
			<link>http://punbb.informer.com/forums/post/128060/#p128060</link>
			<description><![CDATA[<p>The config values are added only once, on the installation of some extensions, so I don&#039;t think that it is needed to create a special function for this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Fri, 29 May 2009 14:30:30 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128060/#p128060</guid>
		</item>
		<item>
			<title><![CDATA[Functions for ext developers]]></title>
			<link>http://punbb.informer.com/forums/post/128057/#p128057</link>
			<description><![CDATA[<p>Please add function for add config value in ext code. Now its ugle and may consist more errors like empty &quot;&quot; in PostgreSql DB.</p><div class="codebox"><pre><code>if (!isset($forum_config[&#039;o_fancy_js_cache_minify&#039;])) {
$query = array(
    &#039;INSERT&#039;    =&gt; &#039;conf_name, conf_value&#039;,
    &#039;INTO&#039;        =&gt; &#039;config&#039;,
    &#039;VALUES&#039;    =&gt; &#039;\&#039;o_fancy_js_cache_minify\&#039;, \&#039;0\&#039;&#039;
);
$forum_db-&gt;query_build($query) or error(__FILE__, __LINE__);
}</code></pre></div><p>will be good have function forum_ext_add_config($name, $value);</p>]]></description>
			<author><![CDATA[dummy@example.com (dimkalinux)]]></author>
			<pubDate>Fri, 29 May 2009 13:17:37 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128057/#p128057</guid>
		</item>
	</channel>
</rss>
