so, by Loader, I register some classes directly. I also register dirs - but this is not so good for performance, since Phalcon will have to look for classes through these paths too, as written in the document. So, I want to do the following: geting all classes and write them into an array, and then manually pass this array to the Phalcon telling to it what classes where is. How to do this?