Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Basic Database Connection

This example demonstrates how to establish a connection to a database using the WebFiori Database Abstraction Layer.

What This Example Shows

  • Creating a ConnectionInfo object with database credentials
  • Establishing a connection using the Database class
  • Testing the connection

Files

Running the Example

php example.php

Expected Output

The example will output connection status and basic database information.

Related Examples