silverstripe-modelcomments:ModelAdmin中任意DataObjects的注释系统

时间:2024-03-10 16:45:14
【文件属性】:

文件名称:silverstripe-modelcomments:ModelAdmin中任意DataObjects的注释系统

文件大小:56KB

文件格式:ZIP

更新时间:2024-03-10 16:45:14

PHP

模型注释 这是的插件。 此程序包允许在基于ModelAdmin的应用程序的详细信息表格中创建评论供稿。 例子 当前视图非常简单,因为这是MVP。 它基于的工作。 设置 首先,安装模块。 由于它是MVP,因此只有dev-master可用: > composer require sminnee/silverstripe-modelcomments:dev-master 然后,将HasModelCommentsExtension添加到要注释的对象。 <?php use SilverStripe \ ORM \ DataObject ; use Sminnee \ ModelComments \ HasModelCommentsExtension ; class MyClass extends DataObject { // ... private static $ ext


【文件预览】:
silverstripe-modelcomments-master
----_config()
--------config.yml(0B)
----src()
--------ModeCommentAdmin.php(417B)
--------HasModelCommentsExtension.php(2KB)
--------ModelComment.php(5KB)
--------RecentCommentsDashboardPanel.php(936B)
----README.md(1KB)
----docs()
--------comment-screen.png(41KB)
--------permission-screen.png(14KB)
----templates()
--------Sminnee()
----.gitignore(9B)
----composer.json(551B)

网友评论