PHP code example of julio101290 / boilerplateunidadesmedidas

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

    

julio101290 / boilerplateunidadesmedidas example snippets


$datos = $this->unidades_medida->mdlGetUnidades_medida($empresasID);

// Procesamiento personalizado sin Hermawan
helper('datatables');
$response = dataTablesServerSide($this->request, $datos, ['a.descripcion', 'b.nombre']);
return $this->response->setJSON($response);
bash
php spark boilerplateunidadesmedidas:installunidadesmedidas