gyro/core/model/drivers/mysql/sqlbuilder/dbsqlbuilder.wheregroup.mysql.cls.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Where groups for MySQL 00004 * 00005 * @author Gerd Riesselmann 00006 * @ingroup Model 00007 */ 00008 class DBSqlBuilderWhereGroupMysql extends DBSqlBuilderWhereGroup { 00009 }