diff options
author | Indieteq <admin@indieteq.com> | 2012-11-15 10:24:32 +0100 |
---|---|---|
committer | Indieteq <admin@indieteq.com> | 2012-11-15 10:24:32 +0100 |
commit | 58e35fcb39740b596e2d128b6e6967eaf5f836eb (patch) | |
tree | 282764133af432b2af8474684a52a3cf58afce38 | |
parent | ba3a78509f0291326baead80b82eb210e8b03d72 (diff) | |
download | php-mysql-pdo-database-class-58e35fcb39740b596e2d128b6e6967eaf5f836eb.zip php-mysql-pdo-database-class-58e35fcb39740b596e2d128b6e6967eaf5f836eb.tar.gz php-mysql-pdo-database-class-58e35fcb39740b596e2d128b6e6967eaf5f836eb.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ $deleted = $person->Delete(17); ```php <?php // Update personal data -$person->Firstname = "Nhoj"; +$person->Firstname = "John"; $person->Age = "20"; $person->Sex = "F"; $person->Id = "4"; |