<?php

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