Yep, it's that simple! You can even import it and it'll work! In
zend_lookup_class, the standard class_table search is done first, but on
failure, before it calls __autoload, the class name will try to be
"resolved" using the import table for the executing file. If a matching
entry in the import ta
Jesse,
another thing to consider (if you havent already) is extension support.
IOW, how do i place my extension-created class into a namespace. Is this as
simple as declaring the class name as Ns:Class ?
l0t3k
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: ht