PHP code example of kigkonsult / gectrl
1. Go to this page and download the library: Download kigkonsult/gectrl 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/ */
kigkonsult / gectrl example snippets
php
namespace Kigkonsult\Gectrl;
use ActionSrc\PrepAction;
use ActionSrc\CreateAction;
use ActionSrc\ReadAction;
use ActionSrc\UpdateAction;
use ActionSrc\DeleteAction;
use ActionSrc\CatchUpAction;
::class,
DeleteAction::class,
CatchUpAction::class,
]
)
->main( $_REQUEST );
...
echo $package->getOutput();