getData() public method

Get the Data
public getData ( string $table, $max ) : Array
$table string
return Array
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: phillipmadsen/deved
 /**
  * Get the Data
  *
  * @param string $table
  * @return Array 
  * @static 
  */
 public static function getData($table, $max)
 {
     return \Orangehill\Iseed\Iseed::getData($table, $max);
 }