Y
Hacker News
new
|
ask
|
show
|
jobs
by
petervandijck
5742 days ago
5.3 has namespaces? Awesome :)
1 comments
jlgbecom
5742 days ago
Yes, but in true PHP fashion they're just slightly ugly. :)
namespace my\name;
$c = new \my\name\MyClass;
link
mahmud
5742 days ago
Leave it to PHP to look up to MS-DOS for inspiration.
link
mrj
5742 days ago
Ug. I thought you were joking. Now I'm sad for humanity.
link
petervandijck
5719 days ago
Ugly but functional, that's good enough for me :)
link
namespace my\name;
$c = new \my\name\MyClass;