1. Go to this page and download the library: Download bmware/dmk 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/ */
$database->define(function($context){
return $context("excecuteQuery", "SELECT * FROM `users`")
});
$result->setUseModified(true) //tell the object to use the modifiedRow as the base for the next call
$result->getRowsByFieldValue("email", "[email protected]")->selectFields("id")->getRows("modified"); // you can chain as many as you want toghetter however some might clash with eachother
foreach(DatbaseResult $result as $row){
//excecute function here
}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.