8Feb/120
Mach II: event.getArg() and event.isArgDefined()
Mach II being an event driven framework you can imagine what the Event Object is like. It’s as described in the doco, the heart of Mach-II request life-cycle. In a nut shell, it pulls all the form & url variables form requests and throws it into the event object.
This will look for an event argument called title.
Either set by the URL or the Form… Continue reading
