hi, in PHP5 it shall be possible to integrate own extensions (written in PHP), called "Packages". a package consists of functions and classes, encapsulated in an namespace. to make the package-elements available in an program, the package must still integrate in the source code. for a while I heard about keywords: import, use or share to integrated the packages...
does one know more about this? Best regards -Andre Gildemeister -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php