Libraries tagged by databse settings
mohsentm/laravel-db-enum
1 Favers
3113 Downloads
3113 Downloads
laravel-db-enum is a trait for laravel models. use this trait on modules for getting the table fileds enum values
taitava/silverstripe-changeablelasteditedvalue
0 Favers
24 Downloads
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.
alexsasharegan/model-framework
1 Favers
139 Downloads
139 Downloads
Make getting started with data-driven apps easier by using some solid model classes and database abstractions.