summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIndieteq <admin@indieteq.com>2012-11-13 20:46:43 +0100
committerIndieteq <admin@indieteq.com>2012-11-13 20:46:43 +0100
commit39f97f683cd1a15ce88f11de636c03589a70a3df (patch)
treeb96cc294052c8500009dd9171d72800175f98329
parent02bc2b4664080b1115f7202edebc0077b053baba (diff)
downloadphp-mysql-pdo-database-class-39f97f683cd1a15ce88f11de636c03589a70a3df.zip
php-mysql-pdo-database-class-39f97f683cd1a15ce88f11de636c03589a70a3df.tar.gz
php-mysql-pdo-database-class-39f97f683cd1a15ce88f11de636c03589a70a3df.tar.bz2
Update README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index aef3fb6..7452f4d 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,14 @@ If you want to use these files you''ll have to modify the rights of the logs fol
## Examples
+| Id | Firstname | Lastname | Sex | Age
+|:-----------:|:------------:|:------------:|:------------:|:------------:|
+| 1 | John | Doe | M | 19
+| 2 | Bob | Black | M | 41
+| 3 | Zoe | Chan | F | 20
+| 4 | Kona | Khan | M | 14
+| 5 | Kader| Khan | M | 56
+
#### Fetching from the database:
```php
<?php