<?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 for Kakosworld</title>
	<atom:link href="http://www.kakosworld.de/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kakosworld.de/blog</link>
	<description>and then we could rest ´til the next station...</description>
	<lastBuildDate>Mon, 26 Nov 2007 17:08:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on phpSorTable Project by oscar</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-234</link>
		<dc:creator>oscar</dc:creator>
		<pubDate>Mon, 26 Nov 2007 17:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-234</guid>
		<description>Hi!

Nice job man! I have a question. Instead of a SQL query I would like to know if you can fill the table with an array. I want to use it as shopping cart, so, I don´t want to copy the products to the database untils the user has finished. So I want to creat a product´s array and show them in the table, with delete and add button.

Is it possible? May be the answer is in front of me, but I am quite novice in php.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Nice job man! I have a question. Instead of a SQL query I would like to know if you can fill the table with an array. I want to use it as shopping cart, so, I don´t want to copy the products to the database untils the user has finished. So I want to creat a product´s array and show them in the table, with delete and add button.</p>
<p>Is it possible? May be the answer is in front of me, but I am quite novice in php.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by wagnerwutzke</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-233</link>
		<dc:creator>wagnerwutzke</dc:creator>
		<pubDate>Mon, 08 Oct 2007 08:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-233</guid>
		<description>Hi Matt!
I´ve not tested the package with others databases, then I hopped these problems would be solved with the Database Abstraction Class activeDBLib.
Have you already tried to call the methods debug(), error() and htmlTable() with your activeDBLib object after you have executed your SQL query?

try it please and let me know, if you can see anything...
like:

&lt;code&gt; &lt;/code&gt;include(&quot;adodb/adodb.inc.php&quot;);

$dbObject = activeDBLib(&quot;ADODB&quot;);
$dbObject-&gt;connect($dbhost,$dbuser,$dbpass,$dbname);
$result = $dbObject-&gt;execute(&quot;hier comes your query&quot;);
$dbObject-&gt;debug();
$dbObject-&gt;error();
print($dbObject-&gt;htmlTable());
print($result);</description>
		<content:encoded><![CDATA[<p>Hi Matt!<br />
I´ve not tested the package with others databases, then I hopped these problems would be solved with the Database Abstraction Class activeDBLib.<br />
Have you already tried to call the methods debug(), error() and htmlTable() with your activeDBLib object after you have executed your SQL query?</p>
<p>try it please and let me know, if you can see anything&#8230;<br />
like:</p>
<p><code> </code>include(&#8220;adodb/adodb.inc.php&#8221;);</p>
<p>$dbObject = activeDBLib(&#8220;ADODB&#8221;);<br />
$dbObject->connect($dbhost,$dbuser,$dbpass,$dbname);<br />
$result = $dbObject->execute(&#8220;hier comes your query&#8221;);<br />
$dbObject->debug();<br />
$dbObject->error();<br />
print($dbObject->htmlTable());<br />
print($result);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by matt</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-232</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 04 Oct 2007 01:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-232</guid>
		<description>Hi, your class looks great but im actually trying to use it on IIS5 + PHP5 with MS SQL (WIMP!).

I get no errors and i seem to get an accurate count of the amount of records in querying in my database (67 to be exact --which is shown on your table as the number of records) The problem is that the actual values from the records aren&#039;t being echo&#039;d to the screen. So i get a sortable table of no values. I looked into adodb-mssql.inc.php and activeDBLib.php but nothing. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, your class looks great but im actually trying to use it on IIS5 + PHP5 with MS SQL (WIMP!).</p>
<p>I get no errors and i seem to get an accurate count of the amount of records in querying in my database (67 to be exact &#8211;which is shown on your table as the number of records) The problem is that the actual values from the records aren&#8217;t being echo&#8217;d to the screen. So i get a sortable table of no values. I looked into adodb-mssql.inc.php and activeDBLib.php but nothing. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by wagnerwutzke</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-231</link>
		<dc:creator>wagnerwutzke</dc:creator>
		<pubDate>Sun, 19 Aug 2007 11:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-231</guid>
		<description>Hi Ilpaso!
I was was wondering, what do you mean exactly with multiple keys?
- Are these multiple keys the ID´s for a database entry, which you are searching for?
- or just another identifiers, wich are appendended to the url string like &quot;mypage.php?action=search&amp;categorie=2&amp;subcat=4&quot; ???

If your problem is like the second one, I´ve already been thinking about it during the design phase and there is a secondKey property for the class phpSortColumn. But the propertys value will only be appended to your phpSortable entry, if the column has the datatype &quot;link&quot;. There you should properly intialize the secondKey and secondKeyColumn properties in your phpSortColumn declaration. For more details see the docs.
I hope it has been helpfull...

Regards</description>
		<content:encoded><![CDATA[<p>Hi Ilpaso!<br />
I was was wondering, what do you mean exactly with multiple keys?<br />
- Are these multiple keys the ID´s for a database entry, which you are searching for?<br />
- or just another identifiers, wich are appendended to the url string like &#8220;mypage.php?action=search&#038;categorie=2&#038;subcat=4&#8243; ???</p>
<p>If your problem is like the second one, I´ve already been thinking about it during the design phase and there is a secondKey property for the class phpSortColumn. But the propertys value will only be appended to your phpSortable entry, if the column has the datatype &#8220;link&#8221;. There you should properly intialize the secondKey and secondKeyColumn properties in your phpSortColumn declaration. For more details see the docs.<br />
I hope it has been helpfull&#8230;</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by ilpaso</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-230</link>
		<dc:creator>ilpaso</dc:creator>
		<pubDate>Thu, 16 Aug 2007 08:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-230</guid>
		<description>thanks for the answer.
I&#039;m making this modification now.
I&#039;ll send you the file.

bye</description>
		<content:encoded><![CDATA[<p>thanks for the answer.<br />
I&#8217;m making this modification now.<br />
I&#8217;ll send you the file.</p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by wagnerwutzke</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-229</link>
		<dc:creator>wagnerwutzke</dc:creator>
		<pubDate>Mon, 13 Aug 2007 20:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-229</guid>
		<description>Hi Ilpaso,

this version of the Class doesn´t work with multiple keys yet.
I know, it can be very helpfull and be working in this feature a.s.a.p.

Regards</description>
		<content:encoded><![CDATA[<p>Hi Ilpaso,</p>
<p>this version of the Class doesn´t work with multiple keys yet.<br />
I know, it can be very helpfull and be working in this feature a.s.a.p.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by ilpaso</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-228</link>
		<dc:creator>ilpaso</dc:creator>
		<pubDate>Sun, 12 Aug 2007 12:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-228</guid>
		<description>hi

does this class work with multiple keys in the table. If yes how can I use it.

bye

ilpaso</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>does this class work with multiple keys in the table. If yes how can I use it.</p>
<p>bye</p>
<p>ilpaso</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by Stoitjkov</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-227</link>
		<dc:creator>Stoitjkov</dc:creator>
		<pubDate>Sun, 29 Jul 2007 11:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-227</guid>
		<description>Thanks for your reply. I already have the latest version, but I didn&#039;t convert the $_POST vars into $_GET vars. I&#039;ll give it a try and let you know.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply. I already have the latest version, but I didn&#8217;t convert the $_POST vars into $_GET vars. I&#8217;ll give it a try and let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by wagnerwutzke</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-226</link>
		<dc:creator>wagnerwutzke</dc:creator>
		<pubDate>Tue, 17 Jul 2007 18:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-226</guid>
		<description>Hi, Stoitjkov,

yes, you are right. The WHERE part gets lost because the $_POST and $_GET are not appended to the Sort links in your version, I supose.

I have already solved this problem in an other version of phpSortTable... the new version is called phpSorTable and can be found hier: http://www.phpclasses.org/browse/package/3704.html.

But therefore you should convert your $_POST vars in $_GET vars before you call the printTable() method. The POST vars get lost, but the GET should not.
There you can also find an online documentation for these version.

Please try it and let me know, if it works in your project.

Best Regard,

Wagner</description>
		<content:encoded><![CDATA[<p>Hi, Stoitjkov,</p>
<p>yes, you are right. The WHERE part gets lost because the $_POST and $_GET are not appended to the Sort links in your version, I supose.</p>
<p>I have already solved this problem in an other version of phpSortTable&#8230; the new version is called phpSorTable and can be found hier: <a href="http://www.phpclasses.org/browse/package/3704.html" rel="nofollow">http://www.phpclasses.org/browse/package/3704.html</a>.</p>
<p>But therefore you should convert your $_POST vars in $_GET vars before you call the printTable() method. The POST vars get lost, but the GET should not.<br />
There you can also find an online documentation for these version.</p>
<p>Please try it and let me know, if it works in your project.</p>
<p>Best Regard,</p>
<p>Wagner</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on phpSorTable Project by Stoitjkov</title>
		<link>http://www.kakosworld.de/blog/?page_id=10&#038;cpage=1#comment-225</link>
		<dc:creator>Stoitjkov</dc:creator>
		<pubDate>Tue, 17 Jul 2007 12:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kakosworld.de/blog/?page_id=10#comment-225</guid>
		<description>Hi Wagner,

It works perfectly on a simple query, but I get the WHERE part of the query from a form ($_POST). So the table is shown the first time, but when I use the sort function I only get an empty screen. My conclusion is that the WHERE part gets lost, because if I give a hard definition it works OK.

Can you help me?

Regards,

Stoitjkov</description>
		<content:encoded><![CDATA[<p>Hi Wagner,</p>
<p>It works perfectly on a simple query, but I get the WHERE part of the query from a form ($_POST). So the table is shown the first time, but when I use the sort function I only get an empty screen. My conclusion is that the WHERE part gets lost, because if I give a hard definition it works OK.</p>
<p>Can you help me?</p>
<p>Regards,</p>
<p>Stoitjkov</p>
]]></content:encoded>
	</item>
</channel>
</rss>
