Im creating my form input:
<?php
$f = new \Phalcon\Forms\Element\Text('price');
$f->addFilter('trim');
$this->add($f);
it has no effect after isValid(). Actually, none of filter method works. 2.0.8
Im creating my form input:
<?php
$f = new \Phalcon\Forms\Element\Text('price');
$f->addFilter('trim');
$this->add($f);
it has no effect after isValid(). Actually, none of filter method works. 2.0.8