* @since 1.0 */ class Option extends ActiveRecord { const STATUS_ENABLE = 1; const STATUS_DISABLE = 2; public static function tableName() { return '{{%custom_option_item}}'; } }