Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.dbx.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.database.abstract.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.dbx.php',
1 => 'dbx',
),
'up' =>
array (
0 => 'refs.database.abstract.php',
1 => 'Abstraction Layers',
),
'prev' =>
array (
0 => 'function.dba-sync.php',
1 => 'dba_sync',
),
'next' =>
array (
0 => 'intro.dbx.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">dbx</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.dbx.php">Introduction</a></li><li><a href="dbx.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="dbx.requirements.php">Requirements</a></li><li><a href="dbx.installation.php">Installation</a></li><li><a href="dbx.configuration.php">Runtime Configuration</a></li><li><a href="dbx.resources.php">Resource Types</a></li></ul></li><li><a href="constants.dbx.php">Predefined Constants</a></li><li><a href="ref.dbx.php">dbx Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.dbx-close.php">dbx_close</a> — Close an open connection/database</li><li><a href="function.dbx-compare.php">dbx_compare</a> — Compare two rows for sorting purposes</li><li><a href="function.dbx-connect.php">dbx_connect</a> — Open a connection/database</li><li><a href="function.dbx-error.php">dbx_error</a> — Report the error message of the latest function call in the module</li><li><a href="function.dbx-escape-string.php">dbx_escape_string</a> — Escape a string so it can safely be used in an sql-statement</li><li><a href="function.dbx-fetch-row.php">dbx_fetch_row</a> — Fetches rows from a query-result that had the
DBX_RESULT_UNBUFFERED flag set</li><li><a href="function.dbx-query.php">dbx_query</a> — Send a query and fetch all results (if any)</li><li><a href="function.dbx-sort.php">dbx_sort</a> — Sort a result from a dbx_query by a custom sort function</li></ul></li></ul></div><?php manual_footer(); ?>