It should sound workaround or something like, but I ll tell you what:
I chose to have a separated "project" with every library I could use. It s like a global library which I included Zend library, Doctrine ORM, JQuery, Blueprint CSS, etc. Then I set the include path. Nothing wrong.
The problem is: I d like to have also a global bootstrap class inside the library folder and an individual bootstrap class on each project I create for individual use.
I don t know how to set more than 1 bootstrap class. Is it possible?