Ferreteria/v0.3/class/cIOSource db

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 16:42, 22 May 2022 by Woozle (talk | contribs) (7 revisions imported: moving this project here)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Page/obsolete

/*
  PURPOSE: source that connects to a database
  CONCEPT: tables and table-like objects
*/
abstract class cIOSource_db extends cIOSource {
    public function SetDatabase(cDatabaseConnection $db)
    public function GetDatabase() : cDatabaseConnection
}