Is possible to get a RAW sql from query builder. It always returns a SQL like "select id from [Api\Models]". I want to set a table name in this place. Other problem is that all ":var:" used inside the SQL code isn't processed and parsed.
Phalcon is a limit blocked framework. It must to be more flexible when it concerns Models and database.