Example #1
0
 /**
  * constructor
  */
 public function __construct(array $attributes = array())
 {
     parent::__construct($attributes);
     // override properties set by base model
     //
     $this->timestamps = false;
 }
Example #2
0
 /**
  * constructor
  */
 public function __construct(array $attributes = array())
 {
     // call superclass constructor
     //
     BaseModel::__construct($attributes);
 }