You are here

public static function FrxReportFile::reportTitleCompare in Forena Reports 7.4

File

./FrxReportFile.inc, line 75

Class

FrxReportFile

Code

public static function reportTitleCompare($a, $b) {
  $c = strnatcasecmp($a['title'], $b['title']);
  return $c;
}