Re: [PHP-DEV] Private data requiring custom object creation error

2006-03-04 Thread Marcus Boerger
Hello Andrew, you obviously rely on standard zend objects because you are using standard zend handlers for yyour objects. To do so your object struct should start with the standard zend object struct as nearly all overloaded ebjects in current php do. In the constructor you now need to initializ

[PHP-DEV] Private data requiring custom object creation error

2006-03-04 Thread Andrew Mather (BT Std)
I'm working through George Schlossnagle's Advanced PHP Programming, (which I'm happy to plug. Excellent). Having successfully used C++ to generate extensions (per Jay Smith tutorial) I am now checking out the facility to store custom objects - packaged private data alongside the native zend object