fetchAssoc() public method

public fetchAssoc ( $path )
Beispiel #1
0
 /**
  * Fetches all rows and returns associative tree.
  *
  * @param $path string associative descriptor
  * @return array
  */
 public function fetchAssoc($path)
 {
     return $this->selection->fetchAssoc($path);
 }