mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 10:43:58 +02:00
Updating title of PDO section for correct capitalization in nav
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user