| 1 | <?php |
||
| 3 | class Zenc_EmailLogger_Model_Resource_Log |
||
| 4 | extends Mage_Core_Model_Resource_Db_Abstract |
||
| 5 | { |
||
| 6 | /** |
||
| 7 | * @var |
||
| 8 | */ |
||
| 9 | protected $_serializableFields = array( |
||
| 10 | 'recipients' => array(array(), array()), |
||
| 11 | 'headers' => array(array(), array()), |
||
| 12 | ); |
||
| 13 | |||
| 14 | protected function _construct() |
||
| 18 | } |
||
| 19 |