예제 #1
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'segment', 'name', 'content_type');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #2
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'division_id', 'segment', 'name', 'order');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #3
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'segment', 'name', 'description', 'receive_subject', 'receive_email_type', 'user_name_field', 'user_address_field', 'confirm_subject', 'confirm_email_type', 'admin_name', 'admin_address');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #4
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'email_id', 'field', 'callback', 'param', 'label');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #5
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'item_id', 'category_id');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #6
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'item_id', 'user_id', 'replay_id', 'display_name', 'subject', 'content', 'created', 'is_accept');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #7
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'email_segment', 'json', 'created');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #8
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'name', 'key', 'value');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #9
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'user_id', 'detail_id', 'value');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #10
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'division_id', 'shape_segment', 'image_id', 'user_id', 'parent_id', 'segment', 'title', 'catch', 'keywords', 'description', 'summary', 'order', 'is_active', 'issued', 'created', 'send_comment_is_on');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #11
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'email', 'username', 'password', 'logins', 'last_login', 'reset_key', 'ext', 'is_block');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #12
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'item_id', 'segment', 'ext', 'name', 'description', 'order');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #13
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'name', 'description');
     $this->_unchangeable = array('id');
     parent::__construct();
 }
예제 #14
0
 /**
  * Construct
  *
  * @param string $name
  */
 public function __construct()
 {
     $this->_columns = array('id', 'item_id', 'field_id', 'value');
     $this->_unchangeable = array('id');
     parent::__construct();
 }