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

Pages: [1]
Print
Author Topic: [ FIXED ] - Error in core/Controller.php  (Read 6416 times)
Carcass
Newbie
*
Posts: 1


View Profile Email
« 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();   
  }

« Last Edit: January 14, 2009, 12:24:27 by puremvc » Logged
Pages: [1]
Print