public static function doSelect(Criteria $criteria, $con = null) { return MoviePeer::populateObjects(MoviePeer::doSelectRS($criteria, $con)); }