Baobab icon indicating copy to clipboard operation
Baobab copied to clipboard

Get all trees

Open zapominai opened this issue 11 years ago • 6 comments

UPD: problem resolved.

How get all threads from forum example ( http://www.sideralis.org/baobab/example_forum.html ), if i dont know ids ?

if i know id, its easy:

$tread1LoadedAgain=new ForumBaobab($conn,$forestName, 1); $tread2LoadedAgain=new ForumBaobab($conn,$forestName, 2);

If i have many threads, how get array of threads or somethings ?

zapominai avatar Nov 05 '14 13:11 zapominai

how did you configure the database? i am having an error:

CREATE PROCEDURE Baobab_GENERIC_DropTree ( IN node INTEGER UNSIGNED, IN update_numbers INTEGER) LANGUAGE SQL DETERMINISTIC MODIFIES SQL DATA

BEGIN

DECLARE drop_tree_id INTEGER UNSIGNED; #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 10.

Thanks

funkyfela avatar Dec 15 '14 01:12 funkyfela

funkyfela, mysql version?

zapominai avatar Dec 15 '14 07:12 zapominai

mysql version is 5.6.17 Chidi Okafor 08028928601, 08062780322

 On Monday, 15 December 2014, 8:45, zapominai <[email protected]> wrote:

funkyfela, mysql version?— Reply to this email directly or view it on GitHub.

funkyfela avatar Dec 15 '14 20:12 funkyfela

I'll look into it during the following days (I don't have the time to do it right now, sorry)

riquito avatar Dec 18 '14 07:12 riquito

Thanks for your reply. Will be patiently waiting.

Chidi Okafor

funkyfela avatar Dec 18 '14 11:12 funkyfela

i have like error like mr.funkyfela my sql version Version information: 4.1.6

vahidalvandi avatar Sep 03 '15 09:09 vahidalvandi