Skip to content

Instantly share code, notes, and snippets.

View salvatore-esposito's full-sized avatar

salvatore-esposito

View GitHub Profile
@salvatore-esposito
salvatore-esposito / Form.class.php
Created September 18, 2018 22:21 — forked from kalinchernev/Form.class.php
Basic class to build a form from an array
<?php
/**
* Form Class
*
* Responsible for building forms
*
* @param array $elements renderable array containing form elements
*
* @return void