Zeev I just wanted to make you aware that not just the Java module, but also all SWIG generated php modules also use the object overloading propget and propset way of accessing properties of the wrapped objects.
I hear this was being revamped for zend 2.0 and thought I should let you know. SWIG-php works by generating a seperate overloaded class for each wrapped class, with methods as normal in the method table, but special behaviour to intercept the getting and setting of properties. Will the propget/propset system be lost in zend 2.0? Further for your information; (and I realise not for discussion); the wrapped class hierachy is mirrored in php (get_parent_class) except where the wrapped class hierachy uses mutiple inheritance in which case get_parent_class only returns the main parent class, but class properties and such from all classes remain available. I mention this in case zend 2.0 does support multiple inheritance and so you may know how we would use it. Thanks Sam -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php