5 lines
78 B
PHP
Raw Normal View History

<?php
2012-03-05 16:55:26 +00:00
class Table_Minmaxs extends Libs_Table
{
protected $_name = 'minmax';
}