Commit f554dac5 authored by zYne's avatar zYne

File names changed - Session -> Connection

parent 1cc24ebc
...@@ -109,8 +109,8 @@ $menu = array("Getting started" => ...@@ -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" => ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment