[PHP] OOP and xml_set_element_handler

2002-06-27 Thread Christof Rath


Is it possible to call xml_set_element_handler() with a class function like:
xml_set_element_handler($parser, $this->startElement, $this->endElement);

thx Christof Rath




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




[PHP] Re: What's this

2004-06-17 Thread Christof Rath
Pieter From Sa wrote:

It seems to be part of a template. There should be a kind of template 
class or at least a substitution routine, which will be called before 
the page will be displayed, that replaces {S_MODE} with a useful value.

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


[PHP] PHP5: serialize private properties

2004-06-17 Thread Christof Rath
Is it possible (I think it has to) to serialize object with private 
properties (and of course storing these properties as well)? I couldn't 
using the magic __sleep() function...

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


[PHP] Re: PHP5: serialize private properties

2004-06-20 Thread Christof Rath
If anyone else has the same problem, I found an entry in the bug database:
http://bugs.php.net/bug.php?id=28082
c.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php