PHP code example of pickles2 / px2-kflow

1. Go to this page and download the library: Download pickles2/px2-kflow 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/ */

    

pickles2 / px2-kflow example snippets


$conf->funcs->processor->kflow = array(
    // kflow文法を処理する
    \pickles2\px2kflow\kflow::processor(),

    // html のデフォルトの処理を追加
    $conf->funcs->processor->html,
);