< – Inhaltsverzeichnis – > FW_Controller_Interface: ein Controller darf Loggen und muss eine index_action besitzen, die Standart-action. /** (c) 2010 Arne “w13531″ Wenzel [ mailto: w13531 (at) terrorhippiecrew (dot) net ] **/ interface FW_Controller_Interface { function log($Msg); function index_action(array $params = null); } FW_Controller: dem Kontroller wird das Request und das Response Objekt zur bearbeitung [...]