|
From: Rene <re...@gr...> - 2002-08-04 16:19:34
|
I'm not touching the config or admin classes. But I started from scratch yet again. This time things are starting to work with oop. Then only things that may need to be done to the administration class is adding more configuration options. (I hope that is all it takes) I'm not including any admin or config parts yet. I hardcode them and try to make it possible to plug in your contributions when its ready. - Rene __Back to making objects .. and moving stuff around. On Sun, 2002-08-04 at 08:39, Joe zacky wrote: > My experience with OOP is that it's a different way of thinking. I like > the idea of OOP in general, but it's easy for experienced programmers to > use it incorrectly because they're used to thinking a certain way. I > briefly looked at Eclipse, but I'm too much into admin.php right now to > take time to read about it. > > I'm understanding class_config now and things are starting to fall into > place. Today I added lots of comments to help me understand what it's > doing and where functions are called from. I've got the server > definitions stored in $this->config and the new server fields > initialized from the definitions. Next I'll be working on the parsing > and rules. > > I'm pretty much rewriting admin.php, and class_config.php will be > heavily modified - so please don't make any big changes to > class_config.php until I've checked it in. > > -- Joe > > Rene Rask wrote: > > >Hi > > > >I've been trying really hard to understand OOP and how to use it. > > > >I was pointed to a oop system called Eclipse. > >Heres a link to it. > >http://www.students.cs.uu.nl/people/voostind/eclipse/index.php > > > >I'm going to base my studies on that and try to implement something that > >we can use in BOBS. > > > >Take a look at it if you have the time. > > > >Hope you are having less problems with the admin pages ;-) > > > >Rene > > > > > > > > > >------------------------------------------------------- > >This sf.net email is sponsored by: Dice - The leading online job board > >for high-tech professionals. Search and apply for tech jobs today! > >http://seeker.dice.com/seeker.epl?rel_code=31 > >_______________________________________________ > >Bobs-devel mailing list > >Bob...@li... > >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > > > > > > > > > ------------------------------------------------------- > 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 |