Example #1
0
 public function execute(array $params = array())
 {
     parent::execute($params);
     return $this->statment->rowCount();
 }
Example #2
0
 public function execute(array $params = [])
 {
     parent::execute($params);
     return $this->context["adapter"]->lastInsertId();
 }