Files
nibiru-framework.com/core/c/formfromtable.php
2017-06-16 12:21:21 +02:00

16 lines
211 B
PHP

<?php
namespace Nibiru;
/**
* Created by PhpStorm.
* User: mithril
* Date: 17.03.2017
* Time: 14:27
*/
class Formfromtable implements IFormfromtable
{
use Messages;
//TODO: Buld form from table
}