5 lines
78 B
PHP
Raw Normal View History

<?php
class Table_MinMaxs extends Libs_Table
{
protected $_name = 'minmax';
}