Libraries tagged by dataobjects
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
654 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/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
23 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
14 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.
nswdpc/silverstripe-embed
17 Downloads
Adds embed functionality to data objects.
nomidi/silverstripe-searchhero
18 Downloads
Simple search extension via DataObjects in Silverstripe
mbretter/stk-immutable
2969 Downloads
Stk Immutable Data objects
mak001/silverstripe-categorization
28 Downloads
SilverStripe Categorization Module. Easily allows categorization to be added to Pages and DataObjects.
loveduckie/silverstripe-url-segment
0 Downloads
A module for conveniently generating URL segments for your DataObjects in SilverStripe.
libra-php/lunar-pdo
46 Downloads
Lunar is a powerful PHP library that serves as a comprehensive PDO (PHP Data Objects) wrapper.
laasti/pagination
250 Downloads
A small pagination library that produces data objects instead of HTML.
kromacie/l5repository
34 Downloads
Package to manage data-objects queries with friendly repository pattern oriented way in Laravel/Lumen 5.7