[PHP-DEV] internal class, first impressions :)

2002-01-10 Thread Robin Ericsson
I've used testclass and domexl as reference, but they are not really working as I though they would :) What is the difference with INIT_CLASS_ENTRY, and INIT_OVERLOADED_CLASS_ENTRY? The problem for the moment is that I can get new operator to work on the class.. If I use OVERLOADED_CLASS_ENTRY,

Re: [PHP-DEV] internal class..

2002-01-09 Thread Markus Fischer
On Wed, Jan 09, 2002 at 10:49:50AM +0100, Robin Ericsson wrote : > I'm browsing through the source to the domxml extension, to check how to > define and use php class as there seem to be no documentation.. > > my question I guess is if there is any documentation at all how to use > this, or sho

Re: [PHP-DEV] internal class..

2002-01-09 Thread derick
Hello, On 9 Jan 2002, Robin Ericsson wrote: > I'm browsing through the source to the domxml extension, to check how to > define and use php class as there seem to be no documentation.. > > my question I guess is if there is any documentation at all how to use > this, or should I check the source

[PHP-DEV] internal class..

2002-01-09 Thread Robin Ericsson
I'm browsing through the source to the domxml extension, to check how to define and use php class as there seem to be no documentation.. my question I guess is if there is any documentation at all how to use this, or should I check the source for help? best regards Robin -- PHP Development