承接 sudhaus7/fe-data-history 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sudhaus7/fe-data-history

最新稳定版本:2.0.4

Composer 安装命令:

composer require sudhaus7/fe-data-history

包简介

Log the changed data in frontend mode

README 文档

README

Latest Stable Version Build Status Total Downloads Monthly Downloads License

A TYPO3 Plugin for saving frontend edited records history in sys_history.

Installation

Install the Extension via composer

composer require sudhaus7/fe-data-history

Usage

For getting your history logged in backend table, you need to add the interface HistoryEntityInterface to your Extbase AbstractEntity object.

Example

/**
 * class MyEntityObject
 * @package VENDOR\MyExtension\Domain\Model
 */
class MyEntityObject extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity implements \SUDHAUS7\FeDataHistory\Domain\HistoryEntityInterface
{
}

The extension uses the Extbase Backend SignalSlots for getting signal, if Entity is created, deleted or updated.

ElementHistoryController xclasses the original one for getting the information in the backend history log.

统计信息

  • 总下载量: 23.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-01-30