-
Hi,
I have problem of triple duplication when i use triplify to export database.
In writeTriple function of tripleizer classe, it use unset function to reset $writen variable.
unset($written);
But for a static varible, unset() destroys the variable only in the context of the rest of a function. Following calls will restore the previous value of a variable.
I use
$written = array();...
2009-08-07 11:17:08 UTC in Triplify
-
OK, It is working with source code in CVS.
2009-01-28 17:05:35 UTC in TouchGraph
-
Hello,
I try to use TGLinkBrowser to show a disconnected graph. But only one part of my graph is displayed.(I changed locality to maximal).
Does anyone know solution?
Vu.
2009-01-28 15:09:03 UTC in TouchGraph
-
Hello,
Are there stock charts features (for exmaple Candlestick Chart http://en.wikipedia.org/wiki/Candlestick_chart ) in pChart?
Vu.
2009-01-03 15:21:47 UTC in pChart