PHP code example of christopherdarling / silverstripe-dataobjecturlsegment

1. Go to this page and download the library: Download christopherdarling/silverstripe-dataobjecturlsegment library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

christopherdarling / silverstripe-dataobjecturlsegment example snippets


class YourDataObject extends DataObject
{
    private static $extensions = [
        DataObjectExtension::class,
    ];
}