This commit is contained in:
parent
d914517f5d
commit
e00fe88d4e
@ -123,11 +123,10 @@
|
|||||||
|
|
||||||
<a href=documentation2.php?chapter=<?php print urlencode($i[$x]['name']) . '>' . end($p); ?></a>
|
<a href=documentation2.php?chapter=<?php print urlencode($i[$x]['name']) . '>' . end($p); ?></a>
|
||||||
</font></div>
|
</font></div>
|
||||||
<?php
|
<?php
|
||||||
|
}
|
||||||
if (strncmp($i[$x]['name'], $_GET['chapter'], strlen($_GET['chapter'])) !== 0) {
|
if (strncmp($i[$x]['name'], $_GET['chapter'], strlen($_GET['chapter'])) !== 0) {
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,9 @@ Getting started
|
|||||||
Introduction
|
Introduction
|
||||||
Making the first import
|
Making the first import
|
||||||
Import options
|
Import options
|
||||||
|
Exporting classes
|
||||||
|
Introduction
|
||||||
|
Export options
|
||||||
Connection management
|
Connection management
|
||||||
Opening a new connection
|
Opening a new connection
|
||||||
Lazy-connecting to database
|
Lazy-connecting to database
|
||||||
@ -37,8 +40,9 @@ Object relational mapping
|
|||||||
Gzip
|
Gzip
|
||||||
About type conversion
|
About type conversion
|
||||||
Constraints and validators
|
Constraints and validators
|
||||||
|
Introduction
|
||||||
Notnull
|
Notnull
|
||||||
Max - Min
|
Check
|
||||||
Record identifiers
|
Record identifiers
|
||||||
Introduction
|
Introduction
|
||||||
Autoincremented
|
Autoincremented
|
||||||
@ -66,6 +70,9 @@ Object relational mapping
|
|||||||
One table many classes
|
One table many classes
|
||||||
One table one class
|
One table one class
|
||||||
Column aggregation
|
Column aggregation
|
||||||
|
Foreign key constraints
|
||||||
|
Introduction
|
||||||
|
Constraint actions
|
||||||
Hierarchical data
|
Hierarchical data
|
||||||
Introduction
|
Introduction
|
||||||
About
|
About
|
||||||
@ -323,4 +330,4 @@ Coding standards
|
|||||||
Control statements
|
Control statements
|
||||||
Inline documentation
|
Inline documentation
|
||||||
Testing
|
Testing
|
||||||
Writing tests
|
Writing tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user