All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HTYP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 18:24, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4/frame (Moved to another site: content was: "The framework class-set handles collections of objects, some of which may be creatable on demand. It is a fixed-depth hierarchy consisting of the following class families: * '''Piece''' - a handler or "box" for an object which may or may not yet be present. Some Pieces can create their objects on demand. * '''Space''' - a collection of Pieces defined by a particular code-module (...", and the only contributor was "Woozle" (...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tKeyedRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> trait tKeyedRow { protected function GetKeyName() { $tbl = $this->GetSourceObject(); if (method_exists($tbl,'GetKeyName')) { $sKey = $tbl->GetKeyName(); } else { $sKey = NULL; } return $sKey; } public function GetKeyField() { $sKey = $this->GetKeyName(); $oField = $this->GetExistingField($sKey); retur...", and the only contributor was "Woozle" (...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tLoadableRow (Moved to another site: content was: "#REDIRECT Ferreteria/class/tRowsBlob", and the only contributor was "Woozle" (talk))
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tMakableFieldRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> // PURPOSE: adds functionality to create fields as needed trait tMakableFieldRow { ---- PURPOSE: sets an individual value OVERRIDE: will create Field object if not set: public function SetValue($sKey, $val) { $oField = $this->MakeField($sKey); $oField->SetValue($val); } protected...", and the only contributor was "Woozle" ([...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tMonokeyQueryableSource (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> // PURPOSE: additional things you can do with a single-keyed queryable source trait tMonokeyQueryableSource { // ++ UTILITY ++ // /*---- REQUIRES: GetKeyName() : tDataDesign_singleKey GetDatabase() : tQueryableSource SelectRows() : tQueryableSource GetRowCount() : tSequentialAccess...", and the only contributor was "Woozle" ([...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tQueryableSource (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> :::: USAGE: could be a query or a table HISTORY: 2018-12-30 adapting from tSelectable_Source Discarding function GetStoragePortals() - doesn't belong here was: $rs = $this->SpawnRows(); return $rs->GetStoragePortals();: trait tQueryableSource { // ++ FRAMEWORK ++ // abstract protected function Get...", and the only contributor was "Woozle" (...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tRowsBlob (Moved to another site: content was: "{{page/code/class}} <source lang=php> tttt IMPLEMENTS ifRowsBlob STANDARD USE: PortalRow types: trait tRowsBlob { private $binResult; public function SetResultBlob($r) { $this->binResult = $r; } public function GetResultBlob() { return $this->binResult; } } </source> * '''file''': {{l/ferreteria/file|data/rows/sourced.php}} * '''implements''': {{l/fe...", and the only contributor was "Woozle" (...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSaveableRow (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> trait tSaveableRow { // ++ SETUP ++ // abstract protected function GetSelfFilter(); // -- SETUP -- // // ++ STORAGE VALUES ++ // /*---- FX(): GetInsertStorageOverrides(), GetUpdateStorageOverrides() INPUT: $ar (optional) = list of key-value pairs (values, not SQL-formatted) to be included...", and the only contributor was "Woozle" ([[User...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSelectable Source (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> tttt PURPOSE: Table-like object from which records can be selected but not necessarily a Table Basically, a query. USE WITH cIOSource: trait tSelectable_Source { abstract public function FieldsString_forSelect(); abstract public function SourceString_forSelect(); function GetStoragePortals() { /*----...", and the only contributor was "Woozle" ([[User...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSequentialAccess (Moved to another site: content was: "{{page/code/class}} <source lang=php> tttt PURPOSE: for enabling sequential access to multiple rows of data Does not implement a method of storing the data. REQUIRES: GetFields() used by DumpRows(), FetchRows_asFieldArray(), FetchRows_asFieldArray( GetValue() used by FetchRows_asFieldArray(), SelectColumnValues_asArray( fka GetFieldValue() (deprecated): ...", and the only contributor was "Woozle" ([...)
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSimpleFields (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> // CEMENTS: tQueryableSource trait tSimpleFields { // CEMENT public function FieldsString_forSelect() { return '*'; } } </source> * '''file''': {{l/ferreteria/file|data/core/source.php}}", and the only contributor was "Woozle" (talk))
- 18:22, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSingleKey Row (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> trait tSingleKey_Row { // CEMENT for tSaveableRow protected function GetSelfFilter() { return $this->GetKeyField()->MakeStorage()->GetSelfFilter(); } } </source> * '''file''': {{l/ferreteria/file|data/rows/savable.php}} * '''used by''': ** {{l/ferreteria/class|cFieldRowStandard}} ** {{l/ferreteria/class|cFieldRowMemo...", and the only contributor was "Woozle" (...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSource SingleKeyed (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> trait tSource_SingleKeyed { // ++ SETUP ++ // // PUBLIC because Recordset wrapper class needs to use it abstract public function GetKeyName(); // -- SETUP -- // } </source> * '''replaced by''': {{l/ferreteria/class|tDataDesign_singleKey}} * '''file''': <s>{{l/ferreteria/file|data/sources/source-db.php}}</s...", and the only contributor was "Woozle" (...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSourcedFieldRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> trait tSourcedFieldRow { public function __construct(cIOSource $oSource) { $this->SetSourceObject($oSource); } protected function SetSourceObject(cIOSource $oSource) { $this->oSource = $oSource; } // PUBLIC so PortalRow objects can access public function GetSourceObject() : cIOSource { return $this->oSource; }...", and the only contributor was "Woozle" ([[U...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tSourcedStorage (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> // a portal row that has a Source trait tSourcedStorage { protected function GetSourceObject() : cIOSource { return $this->GetRowObject()->GetSourceObject(); } protected function GetDatabase() : cDatabaseConnection { return $this->GetSourceObject()->GetDatabase(); } } </source> This is obsolete, since...", and the only contributor was "Woozle" ([...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tTableSource (Moved to another site: content was: "#REDIRECT Ferreteria/class/tHasTableSource", and the only contributor was "Woozle" (talk))
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/fx (Moved to another site: content was: "{| class="sortable wikitable" ! function name !! defined in |- | AddRow(cFieldRow $rc) | (T) {{l/ferreteria/class|tInternalStorage}} |- | ClearValues() | {{l/ferreteria/class|cFieldRow}} |- | DumpRows() | (T) {{l/ferreteria/class|tSequentialAccess}} |- | FetchRows_asFieldArray($sField) | (T) {{l/ferreteria/class|tSequentialAccess}} |- | FieldsString_forSelect() | (T) {{l/ferreter...", and the only contributor was "Woozle" (...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/usage/forms (Moved to another site: content was: "I'm now finding that forms need to do I/O via methods other than database tables and HTML. For Cart records in VbzCart, it turns out to be useful to serialize the form data and store it in a single Cart field, which considerably simplifies the coding and reduces disk access (the old method required one disk access per form field, while serializing can be done once per entire...", and the only contributor was "Woozle" ([...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4 (Moved to another site: content was: "==Pieces== * /classes: class documentation * /files: folder structure ** /file/menu * /frames: collections of data-objects * /log: the event-logging system * /login: the login management system * /odata: object-data system", and the only contributor was "Woozle" (talk))
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4/class (Moved to another site: content was: "==Classes== * /fcMenuOptionLink", and the only contributor was "Woozle" (talk))
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4/class/fcMenuOptionLink (Moved to another site: content was: "{{page/code/class}} * '''file''': {{l/ferreteria/file|menu/hdr.php}} * '''extends''': {{l/version|class|fcToggleLink}} * '''extender''': {{l/version|class|fcHeaderChoice}} ==Usage== Objects are constructed with a single array argument: {| |- | array['base'] || = base URL to prefix all output URLs |- | array['kname'] || = name of option group to which this option belongs |- | arr...", and the only contributor was "Woozle" (...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4/file/menu (Moved to another site: content was: "==Folders== * /items * /nav", and the only contributor was "Woozle" (talk))
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4/file/menu/items (Moved to another site: content was: "==Purpose== This folder contains classes for building navigational display elements (aka menus) on a page. ==Files== * {{l/same|nav}}/NavFolder ** '''MenuFolder''' * {{l/same|nav}}/NavLink ** '''MenuLink''' *** '''ArrayLink''' **** '''DynamicLink''' ***** '''ToggleLink''' **** '''UtilityLink''' ==Terminology== [self [content]] (2020-12-08 note: I don't remember ''exactly'' what t...", and the only contributor was "Woozle" (...)
- 18:21, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.4/file/menu/nav (Moved to another site: content was: "==Purpose== Code in this folder defines simple navigation item classes. ==Files== * ../page/PageElement ** '''NavBase''' *** '''NavFolder''' *** '''NavLink''' **** '''NavLinkFixed'''", and the only contributor was "Woozle" (talk))
- 18:19, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tInternalStorage (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> ---- CEMENTS: tSequentialAccess NOTE: should probably be named tInternalSequentialStorage or similar: trait tInternalStorage { use tSequentialAccess; private $arRows = array(); private $idxData = -1; // ++ DATA STATUS ++ // ---- RETURNS: number of rows in the resultset: public fu...", and the only contributor was "Woozle" (...)
- 18:19, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tIOSource internal (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> :::: PURPOSE: adds features to I/O source that support rows stored in an internal keyed array REPLACES: fcDataTable_array USE IN: cIOSource: trait tIOSource_internal { public function SetRow($sKey,cIORow $rc) protected function GetAllRows() public function GetRows_forAll() } </source> * '''replaced by''': {{l/fe...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tHasTableSource (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> tttt STANDARD USE: storage PortalRow class: trait tHasTableSource { use tQueryableSource; abstract protected function GetTableName(); // ALIAS protected function SourceString_forSelect() { $sName = $this->GetTableName(); return "`$sName`"; } } </source> * '''file''': {{l/ferreteria/f...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tFieldRow Storage (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> tttt PURPOSE: FieldRow with storage portals TODO: will eventually need a corresponding trait for display portals: trait tFieldRow_Storage { abstract protected function GetStoragePortalsClass(); public function GetStoragePortals() { $sClass = $this->GetStoragePortalsClass(); return new $sClass($this);...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tFieldClasses (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> trait tFieldClasses { // RETURNS: list of fields we expect to find abstract public function GetFieldClassArray(); // RETURNS: string representing class of the field named by $sKey public function GetClass_forField($sKey) { public function GetClass_default() { protected function HandleMissingField($sKey) { } </...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tDatabaseStorage (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> tttt CEMENTS tSequentialAccess USE WITH: tQueryableSource type: trait tDatabaseStorage { use tSequentialAccess; // ++ DATA CONTROL ++ // // CEMENTS: tSequentialAccess public function RewindRows() { $this->GetDatabase()->Result_Rewind($this); } // -- DATA CONTROL -- // // ++ DATA STATU...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tDataDesign singleKey (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> trait tDataDesign_singleKey { abstract public function GetKeyName(); // ++ UTILITY ++ // // 2017-03-18 created for EventPlex public function GetRows_forKeyList($sqlIDs) { $sqlWhere = $this->GetKeyName().' IN ('.$sqlIDs.')'; return $this->SelectRows($sqlWhere); } // -- UTILITY -- // } <...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tDataDesign SourcedRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> trait tDataDesign_SourcedRow { public function GetClass_forField($sKey) { return $this->GetSourceObject()->GetClass_forField($sKey); } } </source> * '''file''': {{l/ferreteria/file|data/core/design.php}} * '''used by''': {{l/ferreteria/class|cMemoryRow}}", and the only contributor was "Woozle" (talk))
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tDataDesignDefaults (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> trait tDataDesignDefaults { protected function GetFieldClassArray() { return array(); } public function GetClass_default() { return __NAMESPACE__.'\\cIOField_Text'; } } </source> * '''file''': {{l/ferreteria/file|data/core/design.php}} * '''used by''': {{l/ferreteria/class|cMemoryRow}}", and the only contributor was "Woozle" (talk))
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/tDataDesign (Moved to another site: content was: "{{page/code/class}} <source lang=php> trait tDataDesign { // RETURNS: list of fields we expect to find abstract public function GetFieldClassArray(); // RETURNS: string representing class of the field named by $sKey private $arClasses = NULL; public function GetClass_forField($sKey) { public function GetClass_default() { protected function HandleMissin...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/ifRowsBlob (Moved to another site: content was: "{{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 "rows".: interface ifRowsBlob { function SetResultBlob($r); function GetResultBlob(); } </source> * '''file''': {{l/ferreteria/file|data/db/db.php}} * '''implemented by''': {{l/ferreteria/class|tRo...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/fctUserSessions (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> :::: PURPOSE: Handles the table of user sessions: class fctUserSessions extends ferreteria\data\cStandardTable { use ftFrameworkAccess; // OVERRIDE protected function InitVars() { $this->ClearSession(); } // CEMENT protected function GetTableName() { return 'user_session'; } // CEMENT protected...", and the only contributor was "Woozle" ([...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/fcrUserSession (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> :::: PURPOSE: Represents a single user session record: class fcrUserSession extends \ferreteria\data\cStandardRow { use ftVerbalObject; // ++ SETUP ++ // protected function InitVars() { public function InitNew() { // ++ CLASSES ++ // protected function ClientsClass() { return 'fctUserClients'; } /...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/fcrDropInModule (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> :::: FIELDS: [name]: short name for module [descr]: one-line description [version]: version number (can be non-numeric) [date]: release date in YYYY/MM/DD format [URL]: URL for more information about the module: class fcrDropInModule extends ferreteria\data\cIORow_sourced { // ++ SETUP ++ //...", and the only contributor was "Woozle" ([[User tal...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/fcDropInManager (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> class fcDropInManager extends cIOSource_internal { // METHOD: Goes through App object-factory so we don't get more than one regardless of how it's requested. static public function Me() { // CEMENT protected function RowsClass() { return 'fcrDropInModule'; } // CEMENT public function GetFieldClassArray() {...", and the only contributor was "Woozle" ([[...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cStandardTable (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> abstract class cStandardTable extends cIOSource implements ifDatabaseSource { use tTableSource; use tSimpleFields; use tDataDesignDefaults; } </source> * '''file''': {{l/ferreteria/file|data/core/systems.php}} * '''extends''': {{l/ferreteria/class|cIOSource}} * '''implements''': {{l/ferreteria/class|ifDatabaseSource}} *...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cStandardRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> /*:::: PURPOSE: data-row management for storage I/O FUNCTIONALITY: table-sourced row with single "ID" index REPLACES: fcDataRow HISTORY: 2018-09-30 started 2018-11-30 mostly gutted 2018-12-15 Sources are now pointed to by storage-type PortalRows, not IORows 2019-01-05 renamed from cFieldRowStandard to cStand...", and the only contributor was "Woozle" (...)
- 18:18, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cPortalRow storage (Moved to another site: content was: "{{page/code/class}} <source lang=php> class cPortalRow_storage extends cPortalRow implements ifLoadableRows { use tLoadableRow; // lets DB store its resource-blob protected function GetPortalType() { return cIOField::ksPortalStorage; } } </source> * '''file''': {{l/ferreteria/file|data/portals/rows/storage.php}} * '''extends''': {{l/ferreteria/class|cPortal...", and the only contributor was "Woozle" (...)
- 18:17, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cPortalRow native (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> class cPortalRow_native extends cPortalRow { use tInternalStorage; protected function GetPortalType() { return cIOField::ksPortalNative; } protected function SetPortals_fromFields(array $arFields) { foreach ($arFields as $sKey => $oField) { $oPortal = $oField->MakeCalculator();...", and the only contributor was "Woozle" ([[Use...)
- 18:17, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cPortalRow database (Moved to another site: content was: "{{page/code/class}} <source lang=php> :::: ABSTRACT: GetTableName(), FieldsString_forSelect(): abstract class cPortalRow_database extends cPortalRow_storage { use tDatabaseStorage; public function __construct(cFieldRow $rs) { $this->SetRowObject($rs); } } </source> * '''file''': {{l/ferreteria/file|data/core/systems.php}} * '''extends''': {{l/ferreteria...", and the only contributor was "Woozle" (...)
- 18:17, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cPortalRow Table (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> abstract class cPortalRow_Table extends cPortalRow_database { use tTableSource; } </source> * '''file''': {{l/ferreteria/file|data/core/systems.php}} * '''extends''': {{l/ferreteria/class|cPortalRow_database}}", and the only contributor was "Woozle" (talk))
- 18:17, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cPortalRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> abstract class cPortalRow { public function __construct(cFieldRow $rs) { $this->SetRowObject($rs); } protected function SetRowObject(cFieldRow $rs) { $this->rs = $rs; } ---- PUBLIC because some operations return PortalRow objects and we need to get back to the Row object: public function GetRowObject(...", and the only contributor was "Woozle" (...)
- 18:17, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cIOSource standard query (Moved to another site: content was: "{{page/obsolete|ferreteria}} <source lang=php> abstract class cIOSource_standard_query extends cIOSource_db { use tSelectable_Source; } </source> * '''file''': <s>{{l/ferreteria/file|data/sources/source-db.php}}</s> * '''extends''': <s>{{l/ferreteria/class|cIOSource_db}}</s> * '''uses''': <s>{{l/ferreteria/class|tSelectable_Source}}</s> * '''extended by''': ** FinanceFerret...", and the only contributor was "Woozle" ([[...)
- 18:15, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cMemoryTable (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> abstract class cMemoryTable extends cIOSource { use tInternalStorage; } </source> * '''file''': {{l/ferreteria/file|data/core/systems.php}} * '''uses''': {{l/ferreteria/class|tInternalStorage}}", and the only contributor was "Woozle" (talk))
- 18:15, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cMemoryRow (Moved to another site: content was: "{{page/code/class|ferreteria}} <source lang=php> class cMemoryRow extends cFieldRow { use tMakableFieldRow; //use tDataDesign; use tDataDesign_SourcedRow; use tSourcedFieldRow; } </source> * '''file''': {{l/ferreteria/file|data/core/systems.php}} * '''extends''': {{l/ferreteria/class|cMakableFieldRow}} * '''uses''': ** {{l/ferreteria/class|tDataDesign_SourcedRow}}...", and the only contributor was "Woozle" (...)
- 18:15, 22 May 2022 Woozle talk contribs deleted page Ferreteria/v0.3/class/cMakableFieldRow (Moved to another site: content was: "#REDIRECT Ferreteria/class/tMakableFieldRow", and the only contributor was "Woozle" (talk))