Ferreteria/v0.3/class/ifRowsBlob

From Woozle Writes Code
< Ferreteria‎ | v0.3‎ | class
Revision as of 12:21, 7 January 2019 by htyp>Woozle (Created page with "{{page/code/class}} <source lang=php> /*iiii PURPOSE: interface expected for reading rows from database into portal TODO: Rename *ResultBlob() fx to specifically refer to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Page/code/class

/*iiii
  PURPOSE: interface expected for reading rows from database into portal
  TODO: Rename *ResultBlob() fx to specifically refer to "rows".
*/
interface ifRowsBlob {
    function SetResultBlob($r);
    function GetResultBlob();
}