~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/lib/packages/agGisPackage/lib/model/agGeoTable.class.php

  • Committer: Chad Heuschober
  • Date: 2011-06-06 13:37:45 UTC
  • mfrom: (1.1.1244 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110606133745-850mdvnjtv392zta
Pulled in most recent batch of changes from the cuny sps trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
/**
4
 
 * agGeoTable
5
 
 * 
6
 
 * This class has been auto-generated by the Doctrine ORM Framework
7
 
 */
8
 
class agGeoTable extends Doctrine_Table
9
 
{
10
 
    /**
11
 
     * Returns an instance of this class.
12
 
     *
13
 
     * @return object agGeoTable
14
 
     */
15
 
    public static function getInstance()
16
 
    {
17
 
        return Doctrine_Core::getTable('agGeo');
18
 
    }
19
 
}
 
 
b'\\ No newline at end of file'