Ferreteria/v0.3/class/cPortalRow database: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Jump to navigation Jump to search
(update)
m (Woozle moved page Ferreteria/class/cPortalRow database to Ferreteria/v3/class/cPortalRow database without leaving a redirect: this is all v3 documentation, and we still need v2)
(No difference)

Revision as of 14:24, 19 January 2019

Template:Page/code/class

/*::::
  ABSTRACT: GetTableName(), FieldsString_forSelect()
*/
abstract class cPortalRow_database extends cPortalRow_storage {
    use tDatabaseStorage;

    public function __construct(cFieldRow $rs) {
        $this->SetRowObject($rs);
    }
}

old version