16 lines
211 B
PHP
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
|
|
} |