PHP Classes

File: src/Example/CustomerTable.php

Recommend this page to a friend!
  Classes of Joseluis Laso   Simple PHP Memory Database   src/Example/CustomerTable.php   Download  
File: src/Example/CustomerTable.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Simple PHP Memory Database
Manipulate databases stored in JSON format files
Author: By
Last change: fixing CS & MD
Date: 7 years ago
Size: 193 bytes
 

Contents

Class file image Download
<?php

namespace JLaso\SimpleMemoryDb\Example;

use
JLaso\SimpleMemoryDb\AbstractTable;

class
CustomerTable extends AbstractTable
{
    protected
$indexMap = [
       
'tax_type_id',
    ];
}