Re: [PHP] Where can i find docs to create a php5 extensions with OOP as SimpleXML?

2005-11-27 Thread Edwin Barrios
Hi, David

I suggest you take a lookn at

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

 david


Thanks for your suggestion, but i wanna info about programming extension in
C/C++.


[PHP] Where can i find docs to create a php5 extensions with OOP as SimpleXML?

2005-11-26 Thread Edwin Barrios
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.


RE: [PHP] Where can i find docs to create a php5 extensions with OOP as SimpleXML?

2005-11-26 Thread vizion


 -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