From da3071008d744e3497c74eb5f6f6eac08f9e14a5 Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 3 Dec 2006 23:41:38 +0000 Subject: [PATCH] updated the doc styling --- manual/documentation.php | 12 ++++++++---- manual/features.php | 4 ++-- manual/highlight.php | 10 ++++++++++ manual/styles/basic.css | 3 ++- 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/manual/documentation.php b/manual/documentation.php index 58ffaf6fd..e9209f146 100644 --- a/manual/documentation.php +++ b/manual/documentation.php @@ -67,10 +67,10 @@ function renderCode($c = null) { $h->loadString($c); print ""; - print ""; + print ""; print "
"; + print "
"; $h->toHtml(); - print "
"; } } @@ -116,10 +116,12 @@ $menu = array("Getting started" => "Composite", "Sequential") ), - /** + "Schema reference" => array( "Data types" => array( + "Introduction", + "Type modifiers", "Boolean", "Integer", "Float", @@ -129,13 +131,13 @@ $menu = array("Getting started" => "Blob", "Clob", "Timestamp", + "Time", "Date", "Enum", "Gzip", ), ), - */ "Basic Components" => array( "Manager" @@ -248,6 +250,8 @@ $menu = array("Getting started" => "Introduction", "Levels of configuration", "Setting attributes" => array( + "Portability", + "Identifier quoting", "Table creation", "Fetching strategy", "Batch size", diff --git a/manual/features.php b/manual/features.php index 992651d41..48524ba3f 100644 --- a/manual/features.php +++ b/manual/features.php @@ -27,7 +27,7 @@ include("top.php");
  • Database connection pooling with connection-record -registry
  • Runtime configuration (no XML needed!)
  • Very modular structure (only uses the needed features) -
  • The whole framework can be compiled into a single file +
  • The runtime components can be compiled into a single file
  • Leveled configuration (attributes can be set at global, connection and table levels)
    @@ -54,7 +54,7 @@ include("top.php");
  • LIMIT / OFFSET emulation
    -OBJECT RELATIONAL MAPPING: +OBJECT RELATIONAL MAPPING