Firebird
The Firebird extension is based on the Interbase Database and uses the ibase extension in PHP.
Database Type:
1 |
DB::Firebird() |
Connection Information
The connect() method requires 3 parameters; host, username, and password.
1 2 |
$host = 'localhost:/path/to/your.gdb'; DB::Firebird()->connect($host, 'username', 'password'); |
Unsupported Methods
- db()