alon wrote:
> A newbie question:
> 
> How can I use zend_parse_parameters to accept object of an external class as 
> parametr.
> 
> I want for example to build a method that accepts 'DateTime' objects.

> But how do I initiate the zend_class_entry to specify an object of the 
> DateTime class?

The class entry pointer or a function which returns it needs to be
exported by the datetime API.  IIRC that's not the case ATM.

-- 
Michael

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to