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 (14 revisions imported: moving this project here)
 
(2 intermediate revisions by one other user not shown)
(No difference)

Latest revision as of 16:43, 22 May 2022

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