9 lines
81 B
PHP
9 lines
81 B
PHP
<?php
|
|
|
|
/**
|
|
* Класс метаданных таблицы
|
|
*/
|
|
class Meta
|
|
{
|
|
}
|
|
|