for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Zenc_EmailLogger_Model_Resource_Log
extends Mage_Core_Model_Resource_Db_Abstract
{
/**
* @var
*/
protected $_serializableFields = array(
'recipients' => array(array(), array()),
'headers' => array(array(), array()),
);
protected function _construct()
$this->_init('zenc_emaillogger/log', 'mail_id');
}