Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16454 программиста и 1669 роботов. Сейчас ищут 1634 программиста ...
MDB2
Вернуться к: Базы данных
A unified API for accessing databases and constructing SQL in a portable way.
- Introduction — A feature overview
- DSN — The Data Source Name
- Connecting — Connecting and disconnecting a database
- Querying — Performing queries
- Quoting and escaping — Quote values in a suitable format to compose a query.
- Datatypes — An overview of datatype handling
- Results — Obtaining data from query results
- Prepare & Execute — Prepare and execute SQL statements
- Transactions — Performing transactions
- Modules — Loading and calling modules
- Function Module — Module to handle SQL function abstraction
- Manager Module — Module for managing database structure
- Reverse Module — Module for managing database structure
- autoPrepare & autoExecute — Automatically prepare and execute SQL statements
- Portability — Database portability features
- Sequences — Sequences and auto-incrementing
- FAQ — Frequently asked questions
Вернуться к: Базы данных