Skip to content

Instantly share code, notes, and snippets.

View deltastateonline's full-sized avatar

Admin Deltastateonline deltastateonline

View GitHub Profile
@byjg
byjg / MyTable.php
Created November 17, 2019 12:55
ByJG Micro Orm with Snake Case
<?php
class MyTable
{
protected $field_id;
protected $field_value;
/**
* MyTable constructor.
* @param $field_value