PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: Carcass on June 10, 2008, 05:44:53



Title: [ FIXED ] - Error in core/Controller.php
Post by: Carcass on June 10, 2008, 05:44:53
org/puremvc/php/core/Controller.php
  private function __construct( )
  {
    $instance = $this;   <-- replace on  "$this->instance = $this"
    $this->commandMap = array();
    $this->initializeController();   
  }