Changeset 2323
- Timestamp:
- 03/19/2008 10:51:47 PM (8 months ago)
- Location:
- branches/2.2-database/system/libraries
- Files:
-
- 1 added
- 1 modified
-
Database_Query_Builder.php (modified) (1 diff)
-
Database_Where.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2-database/system/libraries/Database_Query_Builder.php
r2307 r2323 10 10 * @license http://kohanaphp.com/license.html 11 11 */ 12 class Database_Query_Builder_Core extends Database {12 abstract class Database_Query_Builder_Core { 13 13 14 14 // Un-compiled parts of the SQL query
