Ferreteria/v0.5/@cls/cArgs: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| style="border: solid 1px grey; background: #eef;" | {| style="border: solid 1px grey; background: #eef;" | ||
|- | |- | ||
| {{l/ver/class| | | {{l/ver/class|cStati}} → | ||
| {{l/ver/class|cArgs}} | | {{l/ver/class|cArgs}} | ||
| | | | ||
Line 11: | Line 11: | ||
* '''Source''': {{l/ferreteria/code|util/array/args.php}} | * '''Source''': {{l/ferreteria/code|util/array/args.php}} | ||
==About== | ==About== | ||
This is a Status Array ({{l/ver/class|cStati}}) with methods to access a couple of named arguments: '''Name''' and '''Value'''. These names are probably somewhat confusing, and their intent should probably be documented... | |||
==History== | ==History== | ||
* '''2022- | * '''2022-07-28''' moved all of the generic code (i.e. most of it) into {{l/ver/class|cStati}} | ||
* '''2022-06-15''' added CellClasses() (ability to predefine different status classes for specific named elements) | * '''2022-06-15''' added CellClasses() (ability to predefine different status classes for specific named elements) | ||
* '''2022-06-12''' | |||
** moved Results and Args from data/result/base.php to util/array/legacy/status.php (for now) | |||
** pulling in bits from the retired version as they come up. | |||
*** It seems likely this should be in a menu-related namespace, since that is how it is used. | |||
* '''2022-06-11''' Replacing old cArgs with, basically, cResults (later removed) | |||
** ... but keeping separate cArgs class in case additional functionality is needed. |
Latest revision as of 16:32, 28 July 2022
cStati → | cArgs |
→ ferret\layout\html\tag\cAttributes |
- Source: util/array/args.php
About
This is a Status Array (cStati) with methods to access a couple of named arguments: Name and Value. These names are probably somewhat confusing, and their intent should probably be documented...
History
- 2022-07-28 moved all of the generic code (i.e. most of it) into cStati
- 2022-06-15 added CellClasses() (ability to predefine different status classes for specific named elements)
- 2022-06-12
- moved Results and Args from data/result/base.php to util/array/legacy/status.php (for now)
- pulling in bits from the retired version as they come up.
- It seems likely this should be in a menu-related namespace, since that is how it is used.
- 2022-06-11 Replacing old cArgs with, basically, cResults (later removed)
- ... but keeping separate cArgs class in case additional functionality is needed.