PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Structures_DataGrid::sortRecordSet | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Structures_DataGrid::sortRecordSet

Structures_DataGrid::sortRecordSet() – 定義したフィールドで、レコードを並べ替える

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::sortRecordSet ( array $sortSpec , string $direction = 'ASC' )

Description

データベースからデータを取得する場合は、このメソッドを使用しないでください。 その場合は、データベース側で並べ替えさせるほうがずっと高速です。

Parameter

array $sortSpec

array(fieldName => direction, ...) 形式の並べ替え設定。

string $direction

非推奨です。並べ替えの方向は $sortSpec で指定します。

Throws

例外はスローされません。

Note

This function can not be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Structures_DataGrid::sortRecordSet」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Structures_DataGrid::sortRecordSet」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: