Phalcon pdo excpetion model first
问题 I have problem with phalcon framework namely with models methods... As you know models has included methods find() and findFirst() I have generated model with phalcon-dev tools and now I am trying to do Model::find on it but I am getting an exception but dont know why... There is some more informations (e.g stacktrace) : http://exception.mateuszmarzecki.pl/ 回答1: You can try change methods in model file public static function find($parameters = array()) { return self::find($parameters); } 回答2: