fetchAssoc() public méthode

public fetchAssoc ( $path )
Exemple #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);
 }