From f554dac568f0f3e2df384c776520cc63fd45831c Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 21 Aug 2006 23:38:46 +0000 Subject: [PATCH] File names changed - Session -> Connection --- ...ponents - Connection - Flushing the connection.php} | 0 ...mponents - Connection - Getting a table object.php} | 0 ...onents - Connection - Getting connection state.php} | 0 ...omponents - Connection - Querying the database.php} | 0 ...ic Components - Manager - Managing connections.php} | 0 ...omponents - Manager - Opening a new connection.php} | 0 ...ponents - Connection - Flushing the connection.php} | 0 ...mponents - Connection - Getting a table object.php} | 0 ...onents - Connection - Getting connection state.php} | 0 ...ic Components - Manager - Managing connections.php} | 0 ...omponents - Manager - Opening a new connection.php} | 0 ...ic components - Connection - Availible drivers.php} | 0 manual/documentation.php | 10 +++++----- 13 files changed, 5 insertions(+), 5 deletions(-) rename manual/codes/{Basic Components - Session - Flushing the session.php => Basic Components - Connection - Flushing the connection.php} (100%) rename manual/codes/{Basic Components - Session - Getting a table object.php => Basic Components - Connection - Getting a table object.php} (100%) rename manual/codes/{Basic Components - Session - Getting session state.php => Basic Components - Connection - Getting connection state.php} (100%) rename manual/codes/{Basic Components - Session - Querying the database.php => Basic Components - Connection - Querying the database.php} (100%) rename manual/codes/{Basic Components - Manager - Managing sessions.php => Basic Components - Manager - Managing connections.php} (100%) rename manual/codes/{Basic Components - Manager - Opening a new session.php => Basic Components - Manager - Opening a new connection.php} (100%) rename manual/docs/{Basic Components - Session - Flushing the session.php => Basic Components - Connection - Flushing the connection.php} (100%) rename manual/docs/{Basic Components - Session - Getting a table object.php => Basic Components - Connection - Getting a table object.php} (100%) rename manual/docs/{Basic Components - Session - Getting session state.php => Basic Components - Connection - Getting connection state.php} (100%) rename manual/docs/{Basic Components - Manager - Managing sessions.php => Basic Components - Manager - Managing connections.php} (100%) rename manual/docs/{Basic Components - Manager - Opening a new session.php => Basic Components - Manager - Opening a new connection.php} (100%) rename manual/docs/{Basic components - Session - Availible drivers.php => Basic components - Connection - Availible drivers.php} (100%) diff --git a/manual/codes/Basic Components - Session - Flushing the session.php b/manual/codes/Basic Components - Connection - Flushing the connection.php similarity index 100% rename from manual/codes/Basic Components - Session - Flushing the session.php rename to manual/codes/Basic Components - Connection - Flushing the connection.php diff --git a/manual/codes/Basic Components - Session - Getting a table object.php b/manual/codes/Basic Components - Connection - Getting a table object.php similarity index 100% rename from manual/codes/Basic Components - Session - Getting a table object.php rename to manual/codes/Basic Components - Connection - Getting a table object.php diff --git a/manual/codes/Basic Components - Session - Getting session state.php b/manual/codes/Basic Components - Connection - Getting connection state.php similarity index 100% rename from manual/codes/Basic Components - Session - Getting session state.php rename to manual/codes/Basic Components - Connection - Getting connection state.php diff --git a/manual/codes/Basic Components - Session - Querying the database.php b/manual/codes/Basic Components - Connection - Querying the database.php similarity index 100% rename from manual/codes/Basic Components - Session - Querying the database.php rename to manual/codes/Basic Components - Connection - Querying the database.php diff --git a/manual/codes/Basic Components - Manager - Managing sessions.php b/manual/codes/Basic Components - Manager - Managing connections.php similarity index 100% rename from manual/codes/Basic Components - Manager - Managing sessions.php rename to manual/codes/Basic Components - Manager - Managing connections.php diff --git a/manual/codes/Basic Components - Manager - Opening a new session.php b/manual/codes/Basic Components - Manager - Opening a new connection.php similarity index 100% rename from manual/codes/Basic Components - Manager - Opening a new session.php rename to manual/codes/Basic Components - Manager - Opening a new connection.php diff --git a/manual/docs/Basic Components - Session - Flushing the session.php b/manual/docs/Basic Components - Connection - Flushing the connection.php similarity index 100% rename from manual/docs/Basic Components - Session - Flushing the session.php rename to manual/docs/Basic Components - Connection - Flushing the connection.php diff --git a/manual/docs/Basic Components - Session - Getting a table object.php b/manual/docs/Basic Components - Connection - Getting a table object.php similarity index 100% rename from manual/docs/Basic Components - Session - Getting a table object.php rename to manual/docs/Basic Components - Connection - Getting a table object.php diff --git a/manual/docs/Basic Components - Session - Getting session state.php b/manual/docs/Basic Components - Connection - Getting connection state.php similarity index 100% rename from manual/docs/Basic Components - Session - Getting session state.php rename to manual/docs/Basic Components - Connection - Getting connection state.php diff --git a/manual/docs/Basic Components - Manager - Managing sessions.php b/manual/docs/Basic Components - Manager - Managing connections.php similarity index 100% rename from manual/docs/Basic Components - Manager - Managing sessions.php rename to manual/docs/Basic Components - Manager - Managing connections.php diff --git a/manual/docs/Basic Components - Manager - Opening a new session.php b/manual/docs/Basic Components - Manager - Opening a new connection.php similarity index 100% rename from manual/docs/Basic Components - Manager - Opening a new session.php rename to manual/docs/Basic Components - Manager - Opening a new connection.php diff --git a/manual/docs/Basic components - Session - Availible drivers.php b/manual/docs/Basic components - Connection - Availible drivers.php similarity index 100% rename from manual/docs/Basic components - Session - Availible drivers.php rename to manual/docs/Basic components - Connection - Availible drivers.php diff --git a/manual/documentation.php b/manual/documentation.php index cd31f95ee..ab5f8b6e0 100644 --- a/manual/documentation.php +++ b/manual/documentation.php @@ -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",