Skip to content

Instantly share code, notes, and snippets.

View AlexandreDiasDS's full-sized avatar

Alexandre Dias de Souza AlexandreDiasDS

View GitHub Profile
@kalinchernev
kalinchernev / Form.class.php
Created January 20, 2014 11:14
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