mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Add driver plugins readme
This commit is contained in:
5
plugins/drivers/README.md
Normal file
5
plugins/drivers/README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Developing drivers: https://www.adminer.org/en/drivers/
|
||||||
|
|
||||||
|
The type declarations must be compatible both with source codes and the compiled version (where PHP5-incompatible types are stripped). It means:
|
||||||
|
- specify return type if parent specifies it
|
||||||
|
- do not specify scalar parameter type
|
Reference in New Issue
Block a user