PHP code example of moom / db

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

    

moom / db example snippets

 php

\DB;

$data = DB::fetchAll('users',[]);


var_dump($data);