Exemple #1
0
 protected function __construct($that)
 {
     $this->tr = Tephlon::getResource($that);
     if (!$this->tr instanceof PersistenceEngine) {
         self::$log->error("Tephlon resource did not initialize  correctly");
         return false;
     }
     return true;
 }
 function __construct()
 {
     parent::__construct();
     $this->pe = Tephlon::getResource($this);
     $this->pe->clear();
 }
 function __construct()
 {
     $this->t = Tephlon::getResource($this);
 }