[PHP-DEV] Re: [PATCH] Namespace Patch, Beta 1

2005-08-03 Thread Jessie Hernandez
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

[PHP-DEV] Re: [PATCH] Namespace Patch, Beta 1

2005-08-03 Thread l0t3k
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