Re: [PHP] using objects

2003-08-18 Thread Uros
Hi, I forgot to add. >From this modules I want use same objects. So not generating new everytime I load new module. If I change something in class mod1, this has to change globaly, so mod2 must se the diference. Monday, August 18, 2003, 3:41:02 PM, you wrote: U> Hello, U> I'm developing web a

[PHP] using objects

2003-08-18 Thread Uros
Hello, I'm developing web aplication and I have some questions how to use object to get what I want. I have init.php file wher I prepare everything (DB,Auth) so I have several objects created. Then I have index.php which gets all requests and load requested modules. This modules have to use