示例#1
0
 /**
  * 
  * the constructor
  */
 public function __construct($mainFilepath)
 {
     parent::__construct($mainFilepath, $this, self::DEFAULT_VIEW);
     //set table names
     GlobalsShowBiz::initGlobals();
     $this->init();
 }
示例#2
0
 /**
  * 
  * the constructor
  */
 public function __construct($mainFilepath)
 {
     parent::__construct($mainFilepath, $this);
     GlobalsShowBiz::initGlobals();
 }