InordertogettableobjectforspecifiedrecordjustcallDoctrine_Record::getTable()orDoctrine_Connection::getTable().<codetype="php">$manager=Doctrine_Manager::getInstance();// open new connection$conn=$manager->openConnection(newPDO('dsn','username','password'));// getting a table object$table=$conn->getTable('User');</code>