Re: [phplib-dev] cvs commit From: Alexander Aulbach (ssilk <email protected>)
Date: 10/03/00

Forgot to copy the instanceiation:

On Wed, 4 Oct 2000, ssilk wrote:
}<?php
}.. includeallstuff ...
}class bla_sql_tree extends tree_sql {
} var $Host = "localhost";
} var $Database = "test";
} var $User = "test";
} var $Password = "";
} var $treetab = 'testtable';
} var $t_pk = 'id';
} var $t_path = 'path';
} var $t_depth = 'depth';
} var $t_ancestor='ancestor';
} var $t_sort = 'tsort';
} var $t_status= 'tstatus';
} var $t_name = 'sname';
}
} var $t_orderby ='sort,sname';
}}

# add this! --->
$tr=new bla_sql_tree;
# <------------

}if (@$submit=="new") {
...

-- 

SSilk - Alexander Aulbach - Herbipolis/Frankonia Minoris - (0931)22032

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected> For additional commands, e-mail: phplib-dev-help <email protected>