File names changed - Session -> Connection
This commit is contained in:
parent
1cc24ebc59
commit
f554dac568
13 changed files with 5 additions and 5 deletions
|
@ -109,8 +109,8 @@ $menu = array("Getting started" =>
|
||||||
array(
|
array(
|
||||||
"Manager"
|
"Manager"
|
||||||
=> array("Introduction",
|
=> array("Introduction",
|
||||||
"Opening a new session",
|
"Opening a new connection",
|
||||||
"Managing sessions"),
|
"Managing connections"),
|
||||||
"Record"
|
"Record"
|
||||||
=> array("Introduction",
|
=> array("Introduction",
|
||||||
"Creating new records",
|
"Creating new records",
|
||||||
|
@ -122,13 +122,13 @@ $menu = array("Getting started" =>
|
||||||
"Getting object copy",
|
"Getting object copy",
|
||||||
"Serializing",
|
"Serializing",
|
||||||
"Callbacks"),
|
"Callbacks"),
|
||||||
"Session"
|
"Connection"
|
||||||
=> array("Introduction",
|
=> array("Introduction",
|
||||||
"Availible drivers",
|
"Availible drivers",
|
||||||
"Getting a table object",
|
"Getting a table object",
|
||||||
"Flushing the session",
|
"Flushing the connection",
|
||||||
"Querying the database",
|
"Querying the database",
|
||||||
"Getting session state"),
|
"Getting connection state"),
|
||||||
|
|
||||||
"Collection"
|
"Collection"
|
||||||
=> array("Introduction",
|
=> array("Introduction",
|
||||||
|
|
Loading…
Add table
Reference in a new issue