From cfe38d47c36d3fdc104b0b9c9da4299c1e985771 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 30 Mar 2014 16:10:17 +1000 Subject: Shuffle Stuff notes around a bit. --- ClientHamr/GuiLua/GuiLua.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'ClientHamr/GuiLua/GuiLua.c') diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c index b256f55..510eadf 100644 --- a/ClientHamr/GuiLua/GuiLua.c +++ b/ClientHamr/GuiLua/GuiLua.c @@ -99,27 +99,15 @@ Currently this is in skang.lua, but should bring this in here later. /* stuff & squeal packages -In matrix-RAD Stuff took care of multi value Things, like database rows. -I'm not sure this is needed here, since Lua has nice tables. B-) +Currently Stuff is in skang.lua, but should bring this in here later. Squeal was the database driver interface for SquealStuff, the database version of Stuff. Maybe we could wrap esskyuehl? Not really in need of database stuff for now, but should keep it in mind. -Stuff is an abstract class that gets extended by other classes, like -SquealStuff, which was the only thing extending it. It dealt with the -basic "collection of things" stuff. Each individual thing was called a -stufflet. A final fooStuff would extend SquealStuff, and include an -array of strings called "stufflets" that at least named the stufflets, -but could also include metadata and links to other Stuffs. For -SquealStuff, the metadata would be read from the SQL database +For SquealStuff, the metadata would be read from the SQL database autamatically. -There was various infrastructure for reading and writing Stuff, throwing -rows of Stuff into grids, having choices of Stuff, linking stufflets to -individual widgets, having default Stuffs for windows, validating -Stuffs, etc. - */ -- cgit v1.1