Text DB API is very good, thanks again.
But i need JOIN functionality.
I used 0.3.3-Beta-01 version.
I made a database for test.
Go to author demo page please:
http://projects.p-act.net/php-txt-db-api/textDB/webgui/ (demo/demo)
I made a database named " test_join" with two tables: test1 and test2.
If You execute query :
select a.Name, b.desc from table1 AS a LEFT JOIN table2 AS b ON a.id = b.id
system crashed down with message:
Fatal error: Call to a member function on a non-object in /home/p-act.net/public_html/projects/php-txt-db-api/textDB/resultset.php on line 1439"
Could You show me a propely join query?
Redards, Radek.