1
0
mirror of synced 2025-01-17 22:11:41 +03:00
This commit is contained in:
zYne 2007-02-27 18:27:10 +00:00
parent d914517f5d
commit e00fe88d4e
2 changed files with 13 additions and 7 deletions

View File

@ -123,11 +123,10 @@
<a href=documentation2.php?chapter=<?php print urlencode($i[$x]['name']) . '>' . end($p); ?></a>
</font></div>
<?php
if (strncmp($i[$x]['name'], $_GET['chapter'], strlen($_GET['chapter'])) !== 0) {
break;
}
<?php
}
if (strncmp($i[$x]['name'], $_GET['chapter'], strlen($_GET['chapter'])) !== 0) {
break;
}
}
}

View File

@ -7,6 +7,9 @@ Getting started
Introduction
Making the first import
Import options
Exporting classes
Introduction
Export options
Connection management
Opening a new connection
Lazy-connecting to database
@ -37,8 +40,9 @@ Object relational mapping
Gzip
About type conversion
Constraints and validators
Introduction
Notnull
Max - Min
Check
Record identifiers
Introduction
Autoincremented
@ -66,6 +70,9 @@ Object relational mapping
One table many classes
One table one class
Column aggregation
Foreign key constraints
Introduction
Constraint actions
Hierarchical data
Introduction
About
@ -323,4 +330,4 @@ Coding standards
Control statements
Inline documentation
Testing
Writing tests
Writing tests