I don't see any documentation that supports this feature, but it would be awesome if I could defer the connection to the database until a query is actually made.
The way I'm using \Phalcon\Mvc\Model in one instance it would drastically improve performance.
So basically it would be a connection on-demand, instead of when instantiating an instance of a model.