Files
portal-legacy/lib/model/SpecificationPeer.php

13 lines
191 B
PHP
Raw Normal View History

2012-11-28 03:55:08 -05:00
<?php
/**
* Subclass for performing query and update operations on the 'specification' table.
*
*
*
* @package lib.model
*/
class SpecificationPeer extends BaseSpecificationPeer
{
}