<?php/** * standard connection, the parent of pgsql, mysql and sqlite */classDoctrine_Connection_CommonextendsDoctrine_Connection{/** * Adds an driver-specific LIMIT clause to the query * * @param string $query * @param mixed $limit * @param mixed $offset */