PHP code example of wolfpack-it / yii2-active-record-soft-delete

1. Go to this page and download the library: Download wolfpack-it/yii2-active-record-soft-delete 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/ */

    

wolfpack-it / yii2-active-record-soft-delete example snippets


class ActiveRecordClass extends \yii\db\ActiveRecord {
    use \WolfpackIT\softDelete\traits\SoftDelete;
}