tags:

views:

56

answers:

1

I am looking to make my project fulfill the guidelines described here: http://infinitemonkeycorps.net/docs/pph/. I currently have the following directories:

src/
test/
doc/

I would really like to organize my src/ file as follows:

src/
   similar_files/
   other_files/
   helpers/
   etc

However, I'm not familiar with how I could have my modules and classes interact the same way, i.e. if some module in one folder needs access to one in another folder. Is this a bad way to organize my project? If not, how can I accomplish what I want?

Thanks!

+4  A: 

You'll want to read the tutorial.. here! :D

Section 6.4.2 also contains the references that would assist you.

huntaub
Thanks so much for the quick and informative answer. Have an upvote until I am allowed to mark you as an answer!
mellort
No problem! And, thank you!
huntaub