Richard Heyes wrote:
Hi,

Going off the subject alone, you might want to investigate the __tostring() magic method that you can define to handle objects being cast to a string. Also, there's a whole bunch of magic methods that you can use to handle PHP operations on user defined objects:

http://uk.php.net/manual/en/language.oop5.magic.php


I think I understand where you are going with your response, but still I don't see how incorporating __toString() into the equation would help. I would still loose reference to the original object data.

Jim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to