array('foreign_key'=>'email_template_id','far_key'=>'id'), ); // This module doesnt keep track of column updates automatically protected $_created_column = FALSE; protected $_updated_column = FALSE; protected $_sorting = array( 'name'=>'ASC', ); protected $_display_filters = array( 'status'=>array( array('StaticList_YesNo::get',array(':value')), ), ); public function name() { return ! is_null($this->description) ? $this->description : $this->name; } } ?>