Hi there,
Is it possible to set an alias for the Model when using Mvc\Model\Criteria? I find myself using Query Builder over Criteria, as I can use an alias there (otherwise I get these huge Join lines, having to repeat the model's namespace every time..)
I do prefer to use Criteraia however, seems to be a bit more elegant solution for what I'm trying to do.
(Is there a performance difference between the two btw?) (I tend to have quite a lot of queries using Left Joins..)