Date: 10/03/00
- Next message: Kim,Juyang: "[phplib-dev] How can I make php dlls?"
- Previous message: ssilk: "[phplib-dev] cvs commit"
- In reply to: ssilk: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Kim,Juyang: "[phplib-dev] How can I make php dlls?"
- Previous message: ssilk: "[phplib-dev] cvs commit"
- In reply to: ssilk: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

