Updating title of PDO section for correct capitalization in nav

This commit is contained in:
Kris Jordan
2012-07-10 11:27:57 -04:00
parent 216095732f
commit 31a4d0f151

View File

@@ -1,3 +1,7 @@
---
title: Databases and PDO
---
# Databases and PDO
Many times your PHP code will use a database to persist information. If you use a database, use `PDO` to talk with it. PDO is a