Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Bug Report / [ FIXED ] - Error in core/Controller.php 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();   
  }

Pages: [1]