I ve went through most of the doc, but there are some things that are unclear to me, and worries me a bit. would be nice to clear this up.
Does phalcon read in all models files while instancing? or is there a way to register only needed model? (based on controler or some custom service)? Seems I couldnt find any specyfic info on that subject.
Also for controllers, anyway to get subdirectories? to get for example uri like this /subdir/controler/method/arg ?