Model = $MODEL; $this->Helper = $HELPER; $this->Output = $OUTPUT; $this->Request = $REQUEST; } /** * Magic Method to catch all undefined methods */ public function __call($name, $arguments) { $this->Output->help(); } }