コード例 #1
0
ファイル: DataSource.php プロジェクト: merlinxie/lulublog
 public static function queryAll($sql)
 {
     return LuLu::queryAll($sql);
 }