[PHP-DEV] PHP Extensions: Creating objects

2002-01-06 Thread Christopher Brown-Floyd
I want convert my template script into an extension for PHP, but I'm lost on how to do it so that it results in a user-visible object and not a mass of functions. An example of the end-result can be found at: http://www.ultratemplate.com/. I've read the PHP docs and looked at the code for other

Re: [PHP-DEV] PHP Extensions: Creating objects

2002-01-06 Thread Markus Fischer
On Sun, Jan 06, 2002 at 02:04:33PM -0600, Christopher Brown-Floyd wrote : [...]. I've read the PHP docs [...] Take a look at the Zend API docs at zend.com/apidoc , more specific at the chapters creating variables / objects . and looked at the code for other extensions, but I haven't