RE: [PHP] PHP object communication

2001-10-25 Thread Dennis Gearon
interobject communcation when objects are not inside another: - versionA: class some_classA{ global $semaphore; function use_semphore(){;} function write_semaphore(){;} function read_semaphore(){;} }

[PHP] PHP object communication

2001-10-24 Thread ad
Not coming from a programming background, I'm going to have difficulty explaining this one... :) I would like to handle an entire application through one object, which in turn contains objects. I only recently "got" classes though, and I don't fully understand if what I want to do is possible, or