Ciao a tutti, mi era capitato di vedere all'opera un tool per FF che consentiva di eseguire un debug tramite breakpoint di codice .... che produceva qualche cosa del tipo:
Zend_Db_Statement_Exception Object
(
[_previous:Zend_Exceptionrivate] =>
[messagerotected] => SQLSTATE[HY000]: General error: 1364 Field 'datafineerogazione' doesn't have a default value
[string:Exceptionrivate] =>
[coderotected] => 0
[filerotected] => E:\web\library\Zend\Db\Statement\Pdo.php
[linerotected] => 234
[trace:Exceptionrivate] => Array
(
[0] => Array
(
[file] => E:\web\library\Zend\Db\Statement.php
[line] => 300
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
[0] => 13
Sapete dirmi dove posso trovare questo tool e come funziona esattamente?
Grazie