kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

namespaces support #15

Closed Koc closed 14 years ago

Koc commented 14 years ago

Subj. phpDaemon require PHP > 5.3, so providing namespaces will a good step.

kakserpom commented 14 years ago

It supports namespaces currently. What is your problem?

Koc commented 14 years ago

I mean that for example http://github.com/kakserpom/phpdaemon/blob/master/lib/AppInstance.class.php doesn't namespaced.

kakserpom commented 14 years ago

There's a problem with accessing global things from namespaced files... we must add \ char. before global things like stdClass etc.

Koc commented 14 years ago

I think that this is not a problem