Zeev Suraski wrote:
> Basically, the Zend Engine 2 will allow the use of nested classes.  So, 
> classes will be able to contain other classes, as well as constants in 
> addition to variables and methods.  They are not called 
> packages.  Currently there aren't any new keywords for loading such 
> classes, because essentially, they're just like the existing classes (will 
> be used using include/require).  There's an import statement that's going 
> to help users bring methods from classes (or nested classes) to the global 
> scope.

Ok, then I misunderstood something in this context....

Best regards
-Andre Gildemeister


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

Reply via email to