You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(the exception was thrown because the service escaper was not registered, but for convenience, it would be better to trigger an error when an exception happens from the __toString method, it owuld allow to debug the exception).
The text was updated successfully, but these errors were encountered:
When using
echo $element
from : http://docs.phalconphp.com/en/latest/reference/forms.htmlSometimes an element throws an exception :
Method Phalcon\Forms\Element\Select::__toString() must not throw an exception
Actually the __toString shouldnt throw any excetion : http://stackoverflow.com/questions/2429642/why-its-impossible-to-throw-exception-from-tostring
(the exception was thrown because the service escaper was not registered, but for convenience, it would be better to trigger an error when an exception happens from the __toString method, it owuld allow to debug the exception).
The text was updated successfully, but these errors were encountered: