Changeset 3398
- Timestamp:
- 08/29/2008 12:50:05 PM (3 months ago)
- Location:
- trunk/modules/auth/classes
- Files:
-
- 6 moved
-
auth (moved) (moved from trunk/modules/auth/libraries/drivers) (1 prop)
-
auth.php (moved) (moved from trunk/modules/auth/libraries/Auth.php) (1 prop)
-
auth/driver (moved) (moved from trunk/modules/auth/libraries/drivers/Auth) (1 prop)
-
auth/driver.php (moved) (moved from trunk/modules/auth/libraries/drivers/Auth.php) (1 prop)
-
auth/driver/file.php (moved) (moved from trunk/modules/auth/libraries/drivers/Auth/File.php) (1 diff, 1 prop)
-
auth/driver/orm.php (moved) (moved from trunk/modules/auth/libraries/drivers/Auth/ORM.php) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/classes/auth
-
trunk/modules/auth/classes/auth.php
-
trunk/modules/auth/classes/auth/driver
-
trunk/modules/auth/classes/auth/driver.php
-
trunk/modules/auth/classes/auth/driver/file.php
r3356 r3398 11 11 * @license http://kohanaphp.com/license.html 12 12 */ 13 class Auth_ File_Driverimplements Auth_Driver {13 class Auth_Driver_File_Core implements Auth_Driver { 14 14 15 15 // User list -
trunk/modules/auth/classes/auth/driver/orm.php
r3326 r3398 10 10 * @license http://kohanaphp.com/license.html 11 11 */ 12 class Auth_ ORM_Driverimplements Auth_Driver {12 class Auth_Driver_ORM_Core implements Auth_Driver { 13 13 14 14 protected $config;
