CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

aw at avatartechnology dot com
20 years ago
In response to landb at mail dot net...

As the notes mention, you can pass an array that contains the reference to an object and a method name when you need... so you can call methods in your own class as handlers like this:

xml_set_element_handler($parser, array($this,"_startElement"), array($this,"_endElement"));

Hope it helps...

<< Back to user notes page

To Top