[limb-svn] r6068 - 3.x/trunk/limb/dbal/src/query
svn at limb-project.com
svn at limb-project.com
Wed Jul 4 15:38:48 MSD 2007
Author: serega
Date: 2007-07-04 15:38:48 +0400 (Wed, 04 Jul 2007)
New Revision: 6068
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6068
Removed:
3.x/trunk/limb/dbal/src/query/lmbTableRecordsQuery.class.php
Log:
-- lmbTableRecordsQuery removed
Deleted: 3.x/trunk/limb/dbal/src/query/lmbTableRecordsQuery.class.php
===================================================================
--- 3.x/trunk/limb/dbal/src/query/lmbTableRecordsQuery.class.php 2007-07-04 11:20:54 UTC (rev 6067)
+++ 3.x/trunk/limb/dbal/src/query/lmbTableRecordsQuery.class.php 2007-07-04 11:38:48 UTC (rev 6068)
@@ -1,28 +0,0 @@
-<?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com
- * @copyright Copyright © 2004-2007 BIT(http://bit-creative.com)
- * @license LGPL http://www.gnu.org/copyleft/lesser.html
- */
-lmb_require('limb/dbal/src/query/lmbSelectRawQuery.class.php');
-
-/**
- * class lmbTableRecordsQuery.
- *
- * @package dbal
- * @version $Id$
- */
-class lmbTableRecordsQuery extends lmbSelectRawQuery
-{
- function __construct($table, $conn)
- {
- $table = $conn->quoteIdentifier($table);
- $sql = "SELECT {$table}.* %fields% FROM {$table} %tables% ".
- "%left_join% %where% %group% %having% %order%";
-
- parent :: __construct($sql, $conn);
- }
-}
-?>
More information about the limb-svn
mailing list