interobject communcation when objects are not inside another:
-
versionA:
class some_classA{
global $semaphore;
function use_semphore(){;}
function write_semaphore(){;}
function read_semaphore(){;}
}
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
2 matches
Mail list logo