Liquid Fire Posted May 3, 2007 Share Posted May 3, 2007 does anyone know is namaspacing if in the work for php sometime in the near future? Namingspacing would be a great addition to php becuase I have been forced to using wierd coding to create some of my classes. what i mean by that is i now use a C infront of all my classes so there will be no trouble witht he reserved php words(this coming to mind when i wanted to make a File class but File(file) is already taken. Link to comment https://forums.phpfreaks.com/topic/49906-php-and-namespacing/ Share on other sites More sharing options...
genericnumber1 Posted May 3, 2007 Share Posted May 3, 2007 there was some talk of namespacing for php6.... I use static classes for wanna-be namespacing. Link to comment https://forums.phpfreaks.com/topic/49906-php-and-namespacing/#findComment-244878 Share on other sites More sharing options...
Liquid Fire Posted May 3, 2007 Author Share Posted May 3, 2007 aperantly it was including in the first beta of 5.0 but then quickly removed, was a pitty i would have waited whatever time they needed to get namespacing in. http://www.php.net/ChangeLog-5.php#5.0.0b2 Link to comment https://forums.phpfreaks.com/topic/49906-php-and-namespacing/#findComment-244904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.