All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:59, 18 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/App (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} ''(root)'' {{!}} align=center {{!}} → {{l/ver/clade/base|App}} → {{!}} align=left {{!}} {{l/ver/clade|App|Routed}} |alia= {{!}}- {{!}} '''Single'''* [i,t] {{!!}} {{l/ver/clade/full|p=ferreteria|Aux|Singleton}} {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Aux|StandardBase}} }} ==About== ===Dispatch Functions=== # <code>{{l/ver/fx|ReadAppConfig}}()</code>: make sure always-used configuration...")
- 00:04, 18 October 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/DoExport (Created page with "{{page/fx}} ==Required by== * {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine|Schema}} ==Implemented by== * {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\Ops|MyMar}} * {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\Schema|MyMar}}")
- 14:23, 17 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Data (Created page with "{{page/nspace}} ==About== '''Data''' is the namespace for older, non-systematized clades that deal with data either in memory or in storage (databases, file structure, etc.). I can't decide if I should deprecate it or not.")
- 14:16, 17 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Data/Mem/QVar/Str/@removed (Created page with "=={{fmt/date|2025|10|17}}== Commented out on {{fmt/date|2025|09|26}}: {{fmt/php/block|1= // 2025-09-26 now implemented in parent public function HasIt() : bool { return is_string($this->v); } public function SetIt(string $s) { $this->v = $s; } public function SetItNz(?string $s) { if (is_string($s)) { $this->SetIt($s); } else { $this->ZapIt(); } } public function &GetIt() : string { return $this->v; } public function GetItNz( strin...")
- 14:04, 17 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Data/Mem/QVar/Str (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Data\Mem|QVar}} {{!}} align=center {{!}} → {{l/ver/clade|Data\Mem\QVar|Str}} → {{!}} align=left {{!}} {{l/ver/clade|Data\Mem\QVar\Obj|Strict}} |alia= {{!}}- {{!}} '''Base'''* [ca,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem|QVar}} {{!}}- {{!}} '''TypesStatic''' [cs] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\Val|Types}} }} ==Usage== Ferreteria standard aliasing: {{fmt/php/block| use Wooza...")
- 13:56, 17 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Data/Mem/QVar/Obj (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Data\Mem|QVar}} {{!}} align=center {{!}} → {{l/ver/clade|Data\Mem\QVar|Obj}} → {{!}} align=left {{!}} {{l/ver/clade|Data\Mem\QVar\Obj|Strict}} |alia= {{!}}- {{!}} '''Base'''* [ca,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem|QVar}} {{!}}- {{!}} '''TypesStatic''' [cs] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\Val|Types}} }} ==Code== ''as of 2025-10-17'' {{fmt/php/block|1= interface iObj ex...")
- 02:04, 16 October 2025 Woozle talk contribs created page Template:L/ver/topic (Created page with "[[{{{p|{{#titleparts:{{PAGENAME}}|1|1}}}}}/{{{v|{{#titleparts:{{PAGENAME}}|1|2}}}}}/{{{1}}}/{{{2}}}]]")
- 01:45, 16 October 2025 Woozle talk contribs created page Ferreteria/v0.6/sys/Registry/class (Created page with "{{fmt/title|about <u>class</u> registries|see also: {{l/same|object}} registries}} ==About== * '''Purpose''': You have a set of classes (clade-family) for handling a situation, and you need to look up the class to use. Often this is a Singleton object which can then be accessed from a static method in the class (typically <code>{{l/ver/fx|Me}}()</code>). ===use-cases=== As of 2025-10-15: I'm not sure if this concept is currently in use. There's a variant, {{l/ver/clade|C...")
- 01:44, 16 October 2025 Woozle talk contribs created page Ferreteria/v0.6/sys/Registry/object (Created page with "{{fmt/title|about <u>object</u> registries|see also: {{l/same|class}} registries}} ==About== {{hashtag|TODO}} ==Clades== * {{l/ver/clade|Aux|Register}} * {{l/ver/clade|Aux|Manifest}}: did this end up being used? * {{l/ver/clade|Aux\StandardBase|Objectory}} * {{l/ver/clade|Config\Roster\for|AnObject}}: trait/iface for adding Roster functionality to a clade * {{l/ver/clade|Config\Roster|Objects}}")
- 19:33, 15 October 2025 Woozle talk contribs created page Category:TODO (Created page with "any page that describes/defines one or more action-items")
- 19:33, 15 October 2025 Woozle talk contribs created page Ferreteria/v0.6/sys/Registry (Created page with "{{fmt/title|Registries|different types and how they work}} There are two primary types of "registriy", '''class''' and '''object'''. Both of these are basically just arrays in which stored items follow a specific rule-set. ==Class Registry== * '''Purpose''': You have a set of classes (clade-family) for handling a situation, but the exact class to be used depends on circumstances (and may be extended by applications) -- so you need a list of alias-strings (class-slugs) wh...")
- 02:21, 15 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Engine/Conn/@removed (Created page with "=={{fmt/date|2025|06|06}}== Old version of code that supported Oper the old way: {{fmt/php/block|1= // ++ SETUP ++ // public function __construct(string $sSlug, private SockIface $oSock, private OperIface $oOper) { $this->WithSlug($sSlug); $oOper->WithConn($this); } public function OOper() : OperIface { return $this->oOper; } // -- SETUP -- // }} =={{fmt/date|2025|06|03}}== Commented out on 2025-05-28: {{fmt/php/block|1= // SHOR...")
- 02:18, 15 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Engine/Conn/@history (Created page with "* '''{{fmt/date|2024|11|19}}''' cannibalizing old Engine stuff ** This now combines the Def and Driver pieces into a single family. * '''{{fmt/date|2024|12|28}}''' removing filespec-template dependencies - that should be figured externally * '''{{fmt/date|2025|01|05}}''' Made `Creds()`, `CredsForCmd()`, and `Connx()` public so Schema can access them. ** I ''considered'' having Engine pass those directly to the Schema object at construction time, either individually or as...")
- 14:57, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/Type (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Aux|StandardBase}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base|Type}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base\Type|Branch}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Aux|StandardBase}} {{!}}- {{!}} '''BreakClass''' {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Diag|Break}} {{!}}- {{!}} '''FTagClass''' {{!!}} {{l/ver/...")
- 13:51, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/Type/Branch (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base|Type}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base\Type|Branch}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\item|Type}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags\base|Type}} {{!}}- {{!}} '''TDataBranch'''* [i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags\b...")
- 13:40, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/item/Type/ReqItem (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\item|Type}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\item\Type|ReqItem}} → {{!}} align=left {{!}} ''(none?)'' |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags\item|Type}} {{!}}- {{!}} '''ItemSpace''' {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags|item}} }} ==About== * '''Parallel''': {{l/ve...")
- 13:32, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/item/Type (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base\Type|Branch}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\item|Type}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\item\Type|AppItem}}<br> {{l/ver/clade|Sys\Data\tree\XML\tags\item\Type|ReqItem}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags\base\Type|Branch}} {{!}}- {{!}} '''QStr'''*...")
- 12:35, 13 October 2025 Woozle talk contribs created page Category:Year (Created page with "category:time")
- 12:32, 13 October 2025 Woozle talk contribs created page 2025 (Created page with "category:year ==Referenced by== {{:Special:WhatLinksHere/{{PAGENAME}}}}")
- 12:26, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/Found/@retired (Created page with "=={{fmt/date|2025|03|03}}== Commented out on 02-25: {{fmt/php/block|1= // 2025-02-25 This can't work anymore -- SaveTypeForName() is only defined in Type now. protected function WithPair(string $sName, string $sValue) { $this->SaveTypeForName($sName); $this->Value($sValue); #$this->WithAttrsArray([]); #$this->WithTagsArray([]); } }} =={{fmt/date|2025|02|27}}== Moved to {{l/ver/fx|TypeFromName}}() (not sure why I kept it unde...")
- 12:01, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/FoundList/Simple/Plurals/@retired (pretty sure this was supposed to go *here*)
- 02:11, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/FoundList/Simple (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base|FoundList}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base\FoundList|Simple}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base\FoundList\Simple|Singles}}<br> {{l/ver/clade|Sys\Data\tree\XML\tags\base\FoundList\Simple|Plurals}} |alia= {{!}}- {{!}} '''Array'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Things\Array|DStor}} {...")
- 01:57, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/FoundList/Simple/Plurals (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base\TypeList|Simple}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base\TypeList\Simple|Plurals}} → {{!}} align=left {{!}} ''(none?)'' }} ==About== * INSTAR: Plurals are indexed by the tag-name ''and'' name attribute ** e.g. for {{fmt/xml/tag|1=mytag name='myname'}}, those are "mytag" and "myname" respectively. * USAGE: ** 2025-02-21 it looks like nothing is...")
- 01:54, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/TypeList/Simple (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base|TypeList}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base\TypeList|Simple}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base\FoundList\Simple|Singles}}<br> {{l/ver/clade|Sys\Data\tree\XML\tags\base\FoundList\Simple|Plurals}} |alia= {{!}}- {{!}} }} ==About== * INSTAR: This is the base for TagList clades that use a single array to inde...")
- 01:32, 13 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/TypeList/Simple/@retired (Created page with "=={{fmt/date|2025|10|12}}== Removed earlier: {{fmt/php/block|1= class cPlurals extends BaseClass implements iPlurals { // ++ CONFIG ++ // protected function ArrayClass() : string { return ArrayClass::class; } // -- CONFIG -- // // ++ INPUT ++ // // 2024-12-20 may be obsolete // UNSTUB protected function AddTData(TagIface $oTag) { $sTName = $oTag->Name(); $sAName = $oTag->Attrs()->Name(); #self::GotToHere("ADDING VALU...")
- 18:07, 12 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/Found (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Aux|StandardBase}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base|Found}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base\Found|Branch}}<br> {{l/ver/clade|Sys\Data\tree\XML\tags\base\Found|Root}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Aux|StandardBase}} {{!}}- {{!}} '''QObj'''* [c] {{!!}} {{l/ver/clade/full|p=ferreteria|Dat...")
- 17:38, 12 October 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/GetFTags (Created page with "{{page/fx}} Required by: * {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags\base|Found}} [i] Cemented by: * {{l/ver/clade/full|p=ferreteria|Sys\Data\tree\XML\tags\base|Found}} [ca]")
- 15:06, 12 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/base/TypeList (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Aux|StandardBase}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\base|TypeList}} → {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\item|TypeList}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Aux|StandardBase}} {{!}}- {{!}} '''QStr'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Str}} {{!}}- {{!}} '''Self'''* [i] {{!!}} {{l...")
- 14:43, 12 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/item/TypeList (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\base|TypeList}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\item|TypeList}} → {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\item\TypeList|AppItem}}<br> {{l/ver/clade|Sys\Data\tree\XML\tags\item\TypeList|ReqItem}} }} ==About== * '''Purpose''': list of XML tag-types in an {{fmt/xml/tag|item}} tag (I think) ==Code== ''as of 2025-10-12'' This does...")
- 14:42, 12 October 2025 Woozle talk contribs created page Template:Fmt/xml/tag (Created page with "<code><span style="font-weight: bold; color: blue;"><</span>{{{1|<i>(XML tag)</i>}}}<span style="font-weight: bold; color: blue;">></span></code>")
- 14:24, 12 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/tree/XML/tags/item/TypeList/ReqItem (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\tree\XML\tags\item|TypeList}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\tree\XML\tags\item\TypeList|ReqItem}} → {{!}} align=right {{!}} ''(none?)'' }} ==About== * '''Purpose''': XML tag-type for defining commands (requests) within an app * '''Parallel''': {{l/same|AppItem}} ==Code== ''as of 2025-10-12'' This does exactly nothing, so far. {{fmt/php/block|1= interface iReqItem extends B...")
- 14:10, 12 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data (Created page with "{{page/nspace}} ==Subclades== Namespace prefix is always "<u>Woozalia\Ferret</u>". Filespec prefix is always "<u>{{fmt/arg|project prefix}}/src/Sys/Data</u>". {| class="wikitable sortable" ! namespace || endname {{fmt/row/space|Sys\Data|Engine}} || DB Engine API clade & namespace {{fmt/row/clade|Sys\Data\Things|Array}} || combined array wrapper {{fmt/row/clade|Sys\Data\Things\Array\types|AStr}} || an array of string-values {{fmt/row/clade|Sys\Data\Things\Array\types|Grid...")
- 23:34, 9 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Engine/aux/AdminRq/ToDbOper/EngDbExport (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}}<br> t{{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}} → {{!}} align=left {{!}} ''(none)'' |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}} {{!}}- {{!}} '''File'''* [c] {{...")
- 20:50, 9 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Things/Array/QStor/AStr (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\Things\Array|QStor}}<br> {{l/ver/clade|Sys\Data\Things\Array\types|AStr}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\Things\Array\QStor|AStr}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\Data\Things\Array\QStor\AStr|Row}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Things\Array|QStor}} {{!}}- {{!}} '''QStr'''* [c,i] {{!!}} {{l/ver/clade/full|p=f...")
- 18:26, 9 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Things/Array/types/AStr (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} ''(root)'' {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\Things\Array\types|AStr}} → {{!}} align=left {{!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Things\Array\DStor|AStr}} |alia= {{!}}- {{!}} '''QStr'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Str}} }} ==Code== ''as of 2025-10-09'' {{fmt/php/block|1= interface iAStr { // SEARCH function StartsWith(string $sAsk) : ?string; } trait...")
- 14:51, 9 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/aux/InRqData/@retired (Created page with "{{fmt/title|code removed from [[../|InRqData]]}} =={{fmt/date|2025|03|05}}== Cluttering up my hallway... {{fmt/php/block|1= // iface // SETUP static function FromOArray(ArrayIface $oa) : self; // ACCESS function OAData() : ArrayIface; // class // ++ SETUP ++ // static public function FromOArray(ArrayIface $oa) : iInRqData { $oThis = new static; $oThis->WithOArray($oa); return $oThis; } // ++ SETUP: dynamic ++...")
- 14:46, 9 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/aux/InRqData/@history (Created page with "* '''{{fmt/date|2025|01|22}}''' created * '''{{fmt/date|2025|01|28}}''' renamed from Settings to InRqData, for easier searchability (and also more descriptive/specific) * '''{{fmt/date|2025|03|08}}''' adding "defaults" functionality * '''{{fmt/date|2025|09|16}}''' experimentally adding RegIface as parent")
- 14:45, 9 October 2025 Woozle talk contribs created page Template:Fmt/date (Created page with "[[{{{1}}}]]-[[{{{1}}}/{{{2}}}|{{{2}}}]]-[[{{{1}}}/{{{2}}}/{{{3}}}|{{{3}}}]]")
- 14:24, 9 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Events/InputRq/aux/InRqData/@thinking (Created page with "* By default, this breaks up the input-processing into sensible chunks which can be overridden while minimally changing the overall logic. * '''2025/02/14''' Ok, there's a problem with how we handle the input data. Things get muddled. I only noticed this because it was getting into a recursive loop with trying to process the input during setup -- we need to process ''after'' that. Also, why does <code>QRaw()</code> keep a <code>QStr</code> as a separate variable when...")
- 13:37, 8 October 2025 Woozle talk contribs created page 2025/10/08 (Created page with "{{nav/codeblog}} {{l/ver/clade|p=ferreteria|v=v0.6|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}} is calling {{l/ver/clade|p=futilities|v=v0.6|Sys\dba\InReq\DoExport|Schema}}::{{l/ver/fx|p=ferreteria|v=v0.6|FromParams}}(), which isn't defined in <code>cSchema</code>'s clade family; trying to figure out what the correct call is. * The function is defined in {{l/ver/clade|p=ferreteria|v=v0.6|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}}, which is not a parent o...")
- 12:49, 8 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ToSchema/EngScExport (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToSchema|EngScExport}} → {{!}} align=left {{!}} [WFu]{{l/ver/clade|p=futilities|Sys\dba\InReq|DoExport}} |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}} }} ==Code== ''as of 2025-10-08'' {{fmt/php/block|1= i...")
- 01:27, 8 October 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/DoExport/Schema (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\dba\InReq|DoExport}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\dba\InReq\DoExport|Schema}} → {{!}} align=left {{!}} ''(none)'' |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}} {{!}}- {{!}} '''DFmt'''* [t] {{!!}} {{l/ver/clade/full|p=futilities|Sys\dba|InRqData}} {{!}}- {{!}} '''Kiosk'''* [e] {{!!}} {{l/ver/cla...")
- 00:59, 8 October 2025 Woozle talk contribs created page Futilities/v0.6/clade/Sys/dba/InReq/DoExport/@retired (Created page with "{{fmt/title|code removed from DoExport}} ==2025-10-06== Commented out 2 days ago: {{fmt/php/block|1= // ++ ACTION ++ // // 2025-10-04 Probably just redundant now. public function Go() { // TODO 2025-09-20: This should check for a valid DbConn *object*, not just the slug (might not exist) if ($this->OAUserInput()->QDbConnSlug()->HasIt()) { // Get the DB Connection object: #$oConn = $this->ODbConn(); // Get t...")
- 00:40, 8 October 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/Go (Created page with "{{page/fx}} ==About== This function is used as a kind of primary entry-point for classes that implement specific actions. ==Usages== These are the ones that come up the most often: * '''{{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq|Admin}}''': abstract ** \{{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}}\ *** {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}} *** {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngD...")
- 21:44, 7 October 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/FromParams (Created page with "{{page/fx}} ==About== This function is a named constructor for creating an object with specific parameters. It is currently only implemented in {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToSchema}}, where it accepts these parameters: * {{l/ver/clade|Sys\Data\Engine|Schema|SchemaIface}} $o * {{l/ver/clade|Sys\FileSys\Node|Fi|DataNodeIface}} $of * ?bool $doReplace=FALSE")
- 21:16, 7 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ToDbOper/EngDbExport (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper|EngDbExport}} → {{!}} align=left {{!}} ''(none)'' |alia= {{!}}- {{!}} '''Base'''* [ca,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}} {{!}}- {{!}} '''File'''* [c] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\Node|Fi}} {{!}}-...")
- 13:18, 7 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/InOut (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\FileSys|Aspect}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\FileSys\Aspect|InOut}} → {{!}} align=left {{!}} {{l/ver/clade|Sys\FileSys\Aspect|Fi}}<br> {{l/ver/clade|Sys\FileSys\Aspect|Fo}} |alia= {{!}}- {{!}} '''Action'''* [c,i] {{!!}} {{l/ver/clade/full|Sys\Events|ItWent}} {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|Sys\FileSys|Aspect}} {{!}}- {{!}} '''Mode'''* [c,i] {{!!}} {{l/ver/...")
- 13:00, 7 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/InOut/Fi (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\FileSys\Aspect|InOut}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\FileSys\Aspect\InOut|Fi}} {{!}} align=left {{!}} → {{l/ver/clade|Sys\Data\aux\meta|InOut}} |alia= {{!}}- {{!}} '''Array'''* [c,i] {{!!}} {{l/ver/clade/full|Sys\FileSys\aux\Fi|Data}} {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|Sys\FileSys\Aspect|InOut}} {{!}}- {{!}} '''QRes'''* [c,i] {{!!}} {{l/ver/clade/full|Data\Mem\...")
- 01:06, 7 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident (Created page with "{{page/clade/v2 |fam= align=right {{!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys|Aspect}} |alia= {{!}}- {{!}} '''Base'''* [ca,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys|Aspect}} {{!}}- {{!}} '''Node'''* [i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys|Node}} {{!}}- {{!}} '''QObj'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Obj}} {{!}}- {{!}} '''QStr'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Data\Mem\QVar|Str}} }}")
- 01:00, 7 October 2025 Woozle talk contribs created page Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/Fi (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} {{l/ver/clade|Sys\FileSys\Aspect|Ident}} {{!}} align=center {{!}} → {{l/ver/clade|Sys\FileSys\Aspect\Ident|Fi}} {{!}} → ''(none)'' |alia= {{!}}- {{!}} '''Base'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\Aspect|Ident}} {{!}}- {{!}} '''NodeClass'''* [c,i] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\Node|Fi}} {{!}}- {{!}} '''Common'''* [t] {{!!}} {{l/ver/clade/full|p=ferreteria|Sys\FileSys\subo...")