fetchAssoc() 공개 메소드

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