Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40075 invoked from network); 20 Feb 2009 22:52:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2009 22:52:18 -0000 X-Host-Fingerprint: 66.153.171.97 rcs.us Received: from [66.153.171.97] ([66.153.171.97:20145] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/D1-28577-F143F994 for ; Fri, 20 Feb 2009 17:52:17 -0500 Message-ID: <79.D1.28577.F143F994@pb1.pair.com> To: internals@lists.php.net Date: Fri, 20 Feb 2009 17:52:12 -0500 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 References: <7dd2dc0b0902201341q61230fcavfc9fdc9f42383289@mail.gmail.com> <7dd2dc0b0902201447t1f345de5jfa227271aaf9cac4@mail.gmail.com> In-Reply-To: <7dd2dc0b0902201447t1f345de5jfa227271aaf9cac4@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 66.153.171.97 Subject: Re: [PHP-DEV] Adding/Updating ZVal Arrays to Object From: mrice@rcs.us ("Matthew C. Rice") Nathan, Thanks one last time. I am ordering the book now. I was going to originally, but read a bit on some reviews and it seemed it was missing some key Object parts. Most of what I have learned so far was based on other extensions, grep'ing the actual Zend source, and the post Sara Golemon had here, http://devzone.zend.com/node/view/id/1024 , which unfortunately never makes it to the "Part IV" on Objects it notes was coming up ( a few years ago now ). Never the less, thanks again! Matthew C. Rice Nathan Nobbe wrote: > On Fri, Feb 20, 2009 at 3:02 PM, Matthew C. Rice wrote: > >> Nathan, >> >> Thanks a bunch. That was exactly what I was looking for. > > > word > > >> Is there any place you would consider a good resource to learn/get >> documentation for these functions? > > > my secret weapon, > > http://www.amazon.com/Extending-Embedding-PHP-Developers-Library/dp/067232704X > > :D > > but youll still have to do all the things youre doing now. digging through > other extensions, looking through the code under the Zend directory and so > forth.. the book just makes things *way* easier to get the ball rolling. > > -nathan >