-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (41 loc) · 2.14 KB
/
index.html
File metadata and controls
61 lines (41 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Generic browser family -->
<title>Dominion Demos, a WebAbility® Network Project</title>
<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta http-equiv="Expires" content="-1" />
<meta name="Keywords" content="Dominion, WebAbility" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Charset" content="UTF-8" />
<meta name="Language" content="en" />
<link rel="stylesheet" href="/skins/css/dominion.css" type="text/css" />
</head>
<body>
<div class="container">
<h1><a href="http://www.webability.info/?P=dominion" target="_blank">Dominion</a> - The Database Abstraction Layer for PHP</h1>
<h2>A sub project of the <a href="http://www.webability.info" target="_blank">WebAbility® Network</a></h2>
<h2>Dominion uses <a href="http://www.webability.info/?P=domcore" target="_blank">DomCore</a></h2>
Any doubt ? please refer to the <a href="http://www.webability.info/?P=documentacion" target="_blank">Dominion v8 Documentation</a><br />
<br />
<h1 class="h1">Basic Classes to extend:</h1>
<a href="examples/date1.php">Some DB_Date examples</a><br />
<a href="examples/date2.php">Other DB_Date examples</a><br />
<a href="examples/utime.php">Some DB_uTime examples</a><br />
<a href="examples/lob.php">Some DB_Lob examples</a><br />
<a href="examples/record.php">Some DB_Record examples</a><br />
<a href="examples/records.php">Some DB_Records examples</a><br />
<h1 class="h1">Universal connector:</h1>
<a href="examples/base.php">Some DB_Base examples</a><br />
<a href="examples/cursor.php">Some DB_Cursor examples</a><br />
<h1 class="h1">Database abstraction layer:</h1>
<a href="examples/createtable.php">Create the example tables (drop, create & insert)</a><br />
<a href="examples/table1.php">Some DB_Tables examples</a><br />
<a href="examples/table2.php">Some DB_Tables examples</a><br />
<br /><br /><br />
<br /><br /><br />
<br /><br /><br />
</div>
</body>
</html>