Libraries tagged by dataobjects
tiagogouvea/wpdatamapper
5 Downloads
Wordpress DataMapper classes to better work with data objects
themadhenchman/encoder-annotation
0 Downloads
Package that allows the transformation of data-objects into persistant formats based on annotation.
taitava/silverstripe-cmseditlink
2335 Downloads
An easy way to generate links to edit any DataObjects in the CMS.
taitava/silverstripe-changeablelasteditedvalue
24 Downloads
By default SilverStripe 3.1 overwrites the LastEdited field every time you write DataObjects to the database. This module allows you to keep your changes in the LastEdited field on any DataObject. It does not prevent the LastEdited field from getting updated when no manual edits has been done to it, so the module should not interfere with normal writing, only when you have explicitly set your own value to the LastEdited field.
sunnysideup/title_dataobject
674 Downloads
An abstract like class for creating Title only Data Objects in a simple and efficient manner to, for example, add a category to a Product.
sunnysideup/silverstripe-dataobjecthistory
0 Downloads
Adds a history tab to dataobjects
sunnysideup/recently-changed
9 Downloads
Work out all the data objects and associated table data that has recently changed
sunnysideup/object-cacher
19 Downloads
Cache data objects. Useful when you are working with large numbers and/or complex data objects that you need to access from various places in your code.
sunnysideup/dataobjectpreview
24 Downloads
Allows preview of dataobjects in GridField
sam-costigan/linkableobjects
9 Downloads
Module for SilverStripe allowing Data Objects to be hooked into WYSIWYG link editor.
retamayo/absl
16 Downloads
Absl (PHP Database Abstraction Library) is a lightweight and flexible library designed to simplify database operations in PHP applications. It provides a convenient interface for interacting with various database systems using the PHP Data Objects (PDO) extension.
pdyn/orm
66 Downloads
Base ORM classes to easily implement data objects.
nomidi/silverstripe-searchhero
28 Downloads
Simple search extension via DataObjects in Silverstripe
markhuot/data
894 Downloads
Data objects
mak001/silverstripe-categorization
28 Downloads
SilverStripe Categorization Module. Easily allows categorization to be added to Pages and DataObjects.