<?php class PartnersTable extends Doctrine_Table { public static function getInstance() { return Doctrine_Core::getTable('Partners'); } }