public static function doSelect(Criteria $criteria, PropelPDO $con = null)
 {
     // we may modify criteria, so copy it first
     $criteria = clone $criteria;
     $criteria = self::kriterio($criteria);
     return FormularioPeer::populateObjects(FormularioPeer::doSelectStmt($criteria, $con));
 }
 /**
  * Method to do selects.
  *
  * @param      Criteria $criteria The Criteria object used to build the SELECT statement.
  * @param      PropelPDO $con
  * @return     array Array of selected Objects
  * @throws     PropelException Any exceptions caught during processing will be
  *		 rethrown wrapped into a PropelException.
  */
 public static function doSelect(Criteria $criteria, PropelPDO $con = null)
 {
     return FormularioPeer::populateObjects(FormularioPeer::doSelectStmt($criteria, $con));
 }