summaryrefslogtreecommitdiffstats
path: root/examples/model/obj.mod.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-01-15Reorganize examples/ directoryMalf Furious1-0/+0
2016-10-22Deprecate application codeMalf Furious1-0/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-06-12Move initialization logic from Obj model into Common modelMalf Furious1-6/+3
Some logic to initialize the current system object, its owner, and members has been moved into the Common model since this code will be relevant to other views and to support a new feature being added to display additional tabs in the setting modal box.
2016-06-11Rename variableMalf Furious1-3/+3
In the Obj MVC, rename group in the model to obj. This will help with referencing the active object from template views without knowing what type of object it is.
2016-06-08Start design for group viewMalf Furious1-0/+2
2016-06-08Create blank view for groupsMalf Furious1-0/+8
Finish initializing the Obj MVC by writing an empty view/action for groups.
2016-06-08Add new MVC, 'Obj'Malf Furious1-2/+6
This MVC will be used to browse scrott datastructures.
2016-05-29Add copyright notice to application view filesMalf Furious1-0/+18
2016-01-02+ Adding initial view files for common MVCMalf Furious1-0/+1