Changeset 3055
- Timestamp:
- 07/11/2008 08:18:25 AM (5 months ago)
- Location:
- trunk/system
- Files:
-
- 1 removed
- 2 modified
-
i18n/en_US/orm.php (modified) (1 diff)
-
libraries/ORM.php (modified) (1 diff, 3 props)
-
libraries/ORM2.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/orm.php
r2612 r3055 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 3 $lang[' method_not_implemented'] = 'The %s method is not implemented in the %s ORM model.';3 $lang['query_methods_not_allowed'] = 'Query methods cannot be used through ORM'; -
trunk/system/libraries/ORM.php
- Property svn:eol-style set to LF
- Property copyright set to Copyright (c) 2007-2008 Kohana Team
- Property svn:keywords set to Id
r3054 r3055 7 7 * @see http://en.wikipedia.org/wiki/Object-relational_mapping 8 8 * 9 * $Id : ORM.php 2975 2008-07-07 00:20:45Z Shadowhand$9 * $Id$ 10 10 * 11 11 * @package Core
