RS Asset is a class that can be used to provide an object oriented interface to access database table rows performing what is usually called object-relational mapping (ORM). It reads a mapping definitions array that describes how to access a given table to perform the basic CRUD operations on the table rows: create, read, update, and delete. The class provides functions that execute operations.
| Tags | Database API Internet Web Dynamic Content Software Development Libraries php classes |
|---|---|
| Operating Systems | OS Independent |
| Implementation | PHP |