Exemple #1
0
 public function __construct($primary_key = null)
 {
     //setup table information
     //setup many to one/one to one relationships
     $this->addObjectReference('typeId', 'SalvoTests\\Barrage\\ActiveRecord\\RelationalMapper\\Type');
     $this->addObjectReference('statusId', 'SalvoTests\\Barrage\\ActiveRecord\\RelationalMapper\\Status');
     parent::__construct($primary_key);
 }
Exemple #2
0
 public function __construct($primary_key = null)
 {
     parent::__construct($primary_key);
 }