Skip to content

Instantly share code, notes, and snippets.

@dkobia
Created June 19, 2012 13:53
Show Gist options
  • Save dkobia/2954353 to your computer and use it in GitHub Desktop.
Save dkobia/2954353 to your computer and use it in GitHub Desktop.
<?php
protected $_created_column = array('column' => 'account_date_add', 'format' => 'Y-m-d H:i:s');
protected $_updated_column = array('column' => 'account_date_modified', 'format' => 'Y-m-d H:i:s');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment