Hi, i have a problem with phalcon.
Product::findFirst([ 'conditions' => "trim(trailing '/' from url) LIKE :url:", 'bind' => ['url' => '%xxx%'] ]);
and i get
PHP Fatal error: Uncaught Phalcon\Mvc\Model\Exception: Syntax error, unexpected token STRING(/), near to ' from url) LIKE :url: LIMIT :APL0:', when parsing: SELECT [App\Models\Product].* FROM [App\Models\Product] WHERE trim(trailing '/' from url) LIKE :url: LIMIT :APL0: (115) in