|
|
| Name: |
Base |
| Base name: |
baseclass |
| Description: |
Manipulate PostgreSQL table records |
| Related classes: |
base |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
424 users |
| All time rank: |
4985 |
| Week users: |
1 user |
| Week rank: |
2417 |
| |
|
This is a base class that can be used to wrap the access to records of tables in PostgreSQL databases.
The class can query the information about the fields of a given table to be able to store and retrieve the values of the fields of the table records.
It can create new records from scratch or retrieve the record field values into class variables given the record primary key identifier value.
It can also update a loaded record with new values or delete it from the database table.
| Not yet rated by the users |
| |
Applications that use this class |
|
|

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
class.base.php |
Class |
The Base class |
class.file.php |
Class |
The _File class |
doc.html |
Data |
This is baseSite - a small project that I'm working on which is centered around the base class. |