<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - Functions for ext developers]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21705/"/>
	<updated>2009-06-01T06:10:02Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21705/functions-for-ext-developers/</id>
		<entry>
			<title type="html"><![CDATA[Re: Functions for ext developers]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128095/#p128095"/>
			<content type="html"><![CDATA[<p>You right as user, but for ext developer it functions will be very usefull. Ok, i`m create extensions for this.</p>]]></content>
			<author>
				<name><![CDATA[dimkalinux]]></name>
				<uri>http://punbb.informer.com/forums/user/14166/</uri>
			</author>
			<updated>2009-06-01T06:10:02Z</updated>
			<id>http://punbb.informer.com/forums/post/128095/#p128095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Functions for ext developers]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128060/#p128060"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/13265/</uri>
			</author>
			<updated>2009-05-29T14:30:30Z</updated>
			<id>http://punbb.informer.com/forums/post/128060/#p128060</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Functions for ext developers]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128057/#p128057"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dimkalinux]]></name>
				<uri>http://punbb.informer.com/forums/user/14166/</uri>
			</author>
			<updated>2009-05-29T13:17:37Z</updated>
			<id>http://punbb.informer.com/forums/post/128057/#p128057</id>
		</entry>
</feed>
