phalcon builder get raw sql

$this->modelsManager->createBuilder()->from('table')->where('a = "a"')->limit(1)->getPhql()



from: https://github.com/phalcon/cphalcon/issues/2052
原文地址:https://www.cnblogs.com/pinganzi/p/5440247.html