fixed database namespacing.

This commit is contained in:
Taylor Otwell
2011-08-25 23:12:30 -05:00
parent 88fb300e7a
commit e0a9f57515
9 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ return array(
| Since HTTP is stateless, sessions are used to maintain "state" across
| multiple requests from the same user of your application.
|
| Supported Drivers: 'cookie', 'file', 'db', 'memcached', 'apc'.
| Supported Drivers: 'cookie', 'file', 'database', 'memcached', 'apc'.
|
*/
@@ -25,7 +25,7 @@ return array(
|
| The database table on which the session should be stored.
|
| This option is only relevant when using the "db" session driver.
| This option is only relevant when using the "database" session driver.
|
*/