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

13 lines
176 B
PHP
Raw Normal View History

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