Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56482 invoked by uid 1010); 19 Jun 2007 23:09:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56467 invoked from network); 19 Jun 2007 23:09:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2007 23:09:59 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:35070] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/78-47650-64268764 for ; Tue, 19 Jun 2007 19:09:59 -0400 Received: (qmail 24035 invoked by uid 507); 19 Jun 2007 23:09:55 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.80.96) by mail4.netbeat.de with ESMTPA; 19 Jun 2007 23:09:55 -0000 To: Jordan Wambaugh Cc: internals@lists.php.net In-Reply-To: <200706191353.53163.jordan.wambaugh@forrent.com> References: <200706191353.53163.jordan.wambaugh@forrent.com> Content-Type: text/plain Date: Wed, 20 Jun 2007 01:09:00 +0200 Message-ID: <1182294540.3364.1433.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 (2.10.1-4.fc7) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Creating a class in a php extension From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi Jordan, next to the book, which is a good reading there are some lsides from Marcus at talks.somabo.de (look for "Code Camp" or something like that) which give an introduction, but well, slides are always made for being explained during a talk :-) johannes On Tue, 2007-06-19 at 13:53 -0400, Jordan Wambaugh wrote: > I've just recently begun writing PHP extensions for the first time. Sara > Golemon's article on extension development has been a priceless resource for > me, but I haven't been able to find any documentation on how to define a > class, give it methods and properties etc within an extension. Is there any > documentation on this? If not, can someone point me in the right direction? > > > Thanks,