Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Reference link in php.net has been removed. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions mysqldatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
* a MySQL database in PHP 5. You can get the object's instance using the
* static {@link getInstance()} method. Being a singleton object, this class
* only supports one open database connection at a time and idealy suited to
* single-threaded applications. You can read
* about {@link http://php.net/manual/en/language.oop5.patterns.php the singleton
* pattern in the PHP manual}.
* single-threaded applications.
*
* <b>Getting Started</b>
* <code>
Expand Down