Collection of string manipulation and controller helpers
<?php
class DBStringExtension extends SilverStripe\ORM\DataExtension {
private static $casting = [
"Markdown" => "HTMLFragment",
"MarkdownLine" => "HTMLFragment",
];
use PhilippStaender\SilverStripeHelper\Markdown;
}
<?php
\SilverStripe\ORM\FieldType\DBString::add_extension(DBStringExtension::class);
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