コード例 #1
0
ファイル: esql.inc.php プロジェクト: rasher/redditstream
 public static function Select($options = array())
 {
     return ESQL::Select(get_called_class(), $options);
 }