Add this SilverStripe extension to any DataObject to automatically trim() every text (ie, HTMLText, Text, VarChar) field before data is saved to the database.
Add this SilverStripe extension to any DataObject to automatically trim()
every text (ie, HTMLText, Text, VarChar) field before data is saved to the database.
#Installation
class Category extends DataObject {
static $extensions = array(
'TextFieldTrimmer',
);
...
}
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem