Updated Kohana to r4737

This commit is contained in:
Tim Almdal
2010-01-06 11:35:01 -08:00
parent 7778d4c050
commit a74fd27e5f
80 changed files with 492 additions and 289 deletions
+7 -9
View File
@@ -1,14 +1,12 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* Object Relational Mapping (ORM) result iterator.
*
* $Id: ORM_Iterator.php 4679 2009-11-10 01:45:52Z isaiah $
*
* @package ORM
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license
*/
* Object Relational Mapping (ORM) result iterator.
*
* @package Kohana
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license
*/
class ORM_Iterator_Core implements Iterator, ArrayAccess, Countable {
// Class attributes