protected function getEncryptKey() { if (empty(self::$field_key)) { self::$field_key = blowfishGetKey('encrypt_field'); } return self::$field_key; }