filicious / core

Filicious is a high level object oriented filesystem abstraction for PHP.
https://filicious.github.io/
31 stars 9 forks source link

bugfix/recursive-iterator #84

Closed CarsonF closed 9 years ago

CarsonF commented 9 years ago

Fixed recursive iterator not decending into children (toArray won't decend).

Fixed not keeping directories for recursive iterator even if LIST_DIRECTORIES is set. I'm not set on the method name shouldIncludeDirectories. Feel free to change that.

tristanlins commented 9 years ago

I'm fine with the name. thx :-)