2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-helper

Collection of string manipulation and controller helpers

image

pstaender/silverstripe-helper

Collection of string manipulation and controller helpers

  • Sunday, April 22, 2018
  • by pstaender
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Example

<?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);

The Versions

22/04 2018

dev-master

9999999-dev https://github.com/pstaender/silverstripe-helpers

Collection of string manipulation and controller helpers

  Sources   Download

GNU GENERAL PUBLIC LICENSE v2 GPL-2.0-only

The Requires

 

by Philipp Staender

helper markdown silverstripe string manipulation

22/04 2018

0.0.1

0.0.1.0 https://github.com/pstaender/silverstripe-helpers

Collection of string manipulation and controller helpers

  Sources   Download

GPL-2.0-only

The Requires

 

by Philipp Staender

helper markdown silverstripe string manipulation