Download the PHP package axllent/silverstripe-simplemodeladmin without Composer
On this page you can find all versions of the php package axllent/silverstripe-simplemodeladmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download axllent/silverstripe-simplemodeladmin
More information about axllent/silverstripe-simplemodeladmin
Files in axllent/silverstripe-simplemodeladmin
Download axllent/silverstripe-simplemodeladmin
More information about axllent/silverstripe-simplemodeladmin
Files in axllent/silverstripe-simplemodeladmin
Vendor axllent
Package silverstripe-simplemodeladmin
Short Description Simplified ModelAdmin for SilverStripe 3
License The MIT License (MIT)
Homepage https://github.com/axllent/silverstripe-simplemodeladmin
Package silverstripe-simplemodeladmin
Short Description Simplified ModelAdmin for SilverStripe 3
License The MIT License (MIT)
Homepage https://github.com/axllent/silverstripe-simplemodeladmin
Please rate this library. Is it a good library?
Informations about the package silverstripe-simplemodeladmin
Simple ModelAdmin for SilverStripe 3
This is a "trimmed down" version of Silverstripe's ModelAdmin, the differences being:
- Import, Export & Print functionality has been removed
- Filtering has been removed
- By default, column sorting has been disabled
Requirements
- SilverStripe 3.0+
Usage
class MyDataObject_ModelAdmin extends SimpleModelAdmin {
...
public function canView() {
return Permission::check('CMS_ACCESS_CMSMain', 'any', $member);
}
}
Note
Whilst ModelAdmin does inherit the model permissions, your extension of the SimpleModelAdmin requires it's own canView permissions as this does not add a separate entity into the CMS Access security section.
All versions of silverstripe-simplemodeladmin with dependencies
PHP Build Version
Package Version
Requires
silverstripe/cms Version
3.*
The package axllent/silverstripe-simplemodeladmin contains the following files
Loading the files please wait ...