akanehara / ginq

`LINQ to Object` inspired DSL for PHP
MIT License
193 stars 18 forks source link

applied namespace #3

Closed ritalin closed 11 years ago

ritalin commented 11 years ago

In order to prevent global spaces, low-level classes have been encapsulated in namespace.

tanakahisateru commented 11 years ago

Completely 5.3 or above? If so, isn't it better that iterators are in \Ginq\Iterator namespace?

tanakahisateru commented 11 years ago

I did it in PR #5. Please move to.