Files
portal-legacy/lib/model/CordinatesPeer.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

13 lines
182 B
PHP
Executable File

<?php
/**
* Subclass for performing query and update operations on the 'cordinates' table.
*
*
*
* @package lib.model
*/
class CordinatesPeer extends BaseCordinatesPeer
{
}