Ferreteria/v0.3/class/cPortalRow database
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
/*::::
ABSTRACT: GetTableName(), FieldsString_forSelect()
*/
abstract class cPortalRow_database extends cPortalRow_storage {
use tDatabaseStorage;
public function __construct(cFieldRow $rs) {
$this->SetRowObject($rs);
}
}
- file:
data/core/systems.php
- extends: cPortalRow_storage
old version
- replaced by: tDatabaseStorage, tQueryableSource
- uses: tDatabaseStorage
- extenders: cPortalRow_Table