|
|
- public static function getRecords($table, $data = null, $select = array('*'), $limits = array(), $instance = 'default')
|
|
|
|
|
|
|
+ public static function getRecords($table, $data = array(), $select = array('*'), $limits = array(), $instance = 'default')
|
|
|
$pointer = self::getRecordsPointer($table, $data, $select, $limits, $instance);
|
|
$pointer = self::getRecordsPointer($table, $data, $select, $limits, $instance);
|