PHP code example of ninvfeng / mysql

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

    

ninvfeng / mysql example snippets

  

db('user')->where(['user'=>'ninvfeng'])->delete();

db('user')->where(['user'=>'lvlv'])->find();

db('user')->where(['user'=>'ninvfeng'])->select();