class Model_User extends \Orm\Model
{
protected static $_properties = array(
'id',
'email' => array(
'data_type' => 'varchar',
'label' => __('account.email'),
label' => 'account.email',
It looks like you're new here. If you want to get involved, click one of these buttons!