[root]/trunk/examples/template/hangman
templates
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 11 (100.0%) | 28 (100.0%) | 2.5 |
| JeffMoore | 8 (72.7%) | 20 (71.4%) | 2.5 |
| norbertmocsnik | 3 (27.3%) | 8 (28.6%) | 2.6 |
Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.
0 lines of code changed in 4 files:
Removed WactCommandController and WactViewController classes in favor of
allowing the $controller['name'] syntax to automatically create
non-existant controllers allowing setView and onExecuteDo to take over for
These two light-duty classes.
3 lines of code changed in 1 file:
Added ability for WactParameter to have a default value.
Changed controller dispatching mechanism to rely on the default value of
parameters, removed setDefaultChild and setDispatcher methods.
Added DispatchOn fluent method that is an alternative for defineInput, but
defines a parameter to dispatch on for a particular controller.
This is a MAJOR change.
This update is poorly tested.
This update breaks several existing example applications.
8 lines of code changed in 1 file:
Changed event naming pattern from registerEventNameListener to
onEventNameDo.
4 lines of code changed in 1 file:
Removed the wrapper classes for php callbacks in favor of a new
"callback constructor" parameter list pattern for registerListener
methods and WactCommandController.
5 lines of code changed in 1 file:
Added template-based Hangman example.
8 lines of code changed in 3 files: