<?php

/**
 * PluginEmployeeEducationTable
 * 
 * This class has been auto-generated by the Doctrine ORM Framework
 */
class PluginEmployeeEducationTable extends Doctrine_Table
{
    /**
     * Returns an instance of this class.
     *
     * @return object PluginEmployeeEducationTable
     */
    public static function getInstance()
    {
        return Doctrine_Core::getTable('PluginEmployeeEducation');
    }
}