|
From: Joe z. <jz...@at...> - 2002-08-06 06:45:38
|
You've been busy. I tried out your tarball. It shows me a directory tree in the left frame that expands and contracts and a listing of arrays in the right frame. I took a brief look at some of the code, I don't pretend to understand it. I see you've got the plugins going. I also took a look at class_tree.php. I know how difficult it is to work with directory trees, expanding and collapsing them, because I wrote a c++ program to do that. Judging by the function names in class_tree.php, it looks like your doing a good job at keeping the class functions simple and sensible. I gave up on my c++ tree class because it got out of control - everything I added made it more complicated, rather than simplifying things. I'm very pleased with myself. I got the edit_server and check_rules working so the page redisplays based on the dependencies. Once I get it to write to the server .ini config files, I'll check it in, before I add the user security screens. I'm eager to show it to you. - Joe Rene wrote: >I've put up a tarball with my latest work: >http://grain.dk/bobs/bobs.tgz > >Just a simple self-contained example. (with sample databases) >Please have a look if you have the time. > >It expects files to be places in /var/www/html/bobs >If they are not placed there, edit the servers/testserver.php >Just change the line with the path to a correct one. > >The file structure has changed from the current layout. I'm splitting >and moving classes when I see a reason to do it. > >-Rene > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Bobs-devel mailing list >Bob...@li... >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > |