For example, I have a directory structure like this:
my_stuff
classes
one
two
more
evenmore
manymore
subsub
subsubsub
otherstuff
morestuff
deepstuff
toomuch
and I want to add everything (!) under classes to the php include paths. How would I get such an array? Is there some fancy php func for this?