_getSelfMysql(), 't_season_ranking', array( 'season' => $seasonId, ) ); } public static function getSeasonList($cb){ SqlHelper::ormSelect( myself()->_getSelfMysql(), 't_season_ranking', array( 'account_id' => myself()->_getAccountId(), ), function ($row) use($cb) { $cb($row); } ); } }