1
0
mirror of synced 2025-02-20 06:03:15 +03:00

File names changed - Session -> Connection

This commit is contained in:
zYne 2006-08-21 23:38:46 +00:00
parent 1cc24ebc59
commit f554dac568
13 changed files with 5 additions and 5 deletions

View File

@ -109,8 +109,8 @@ $menu = array("Getting started" =>
array(
"Manager"
=> array("Introduction",
"Opening a new session",
"Managing sessions"),
"Opening a new connection",
"Managing connections"),
"Record"
=> array("Introduction",
"Creating new records",
@ -122,13 +122,13 @@ $menu = array("Getting started" =>
"Getting object copy",
"Serializing",
"Callbacks"),
"Session"
"Connection"
=> array("Introduction",
"Availible drivers",
"Getting a table object",
"Flushing the session",
"Flushing the connection",
"Querying the database",
"Getting session state"),
"Getting connection state"),
"Collection"
=> array("Introduction",