Example #1
0
 /**
  * Get number of rows which consists parameters from $arg.
  * @param array $arg
  * @return int
  */
 public function Count($arg = array())
 {
     $this->params = $arg;
     return $this->table->Count($this->params);
 }