la variable $this->_data est un array[63] généré dynamiquement au moment du warning sur la ligne
Comment éviter ce Warning: count(): Parameter must be an array or an object that implements Countable ?
la variable $this->_data est un array[63] généré dynamiquement au moment du warning sur la ligne
[code]
if ( count( $this->_data > 0 ) && $task != 'create' )
[/code]
Comment éviter ce Warning: count(): Parameter must be an array or an object that implements Countable ?