> -----Original Message-----
> From: Edwin Barrios [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 26, 2005 7:07 PM
> To: php-general@lists.php.net
> Subject: [PHP] Where can i find docs to create a php5 extensions with OOP
> as SimpleXML?
> 
> Hi,
> 
> I'm a PHP web programing, but i wanna learn how to develop php5
> extensions.
> I found php5 a good language to apply Objects programing, and it has very
> usefull examples of OO extensions as SimpleXML, DOM, Sqlite; for this
> reason
> i wanna develope my extension following those styles of API's .
> 
> I've read some docs about creating a php extension that appears as new
> functions on PHP, but i can't find info to develop extensions that appear
> as
> classes on PHP .
> 
> Thanks for your help. I'm really interested on this topic, especially to
> collaborate in PHP extension projects as wxPHP.


I suggest you take a lookn at

http://www.zend.com/php5/articles/php5-xmlphp.php

david

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to