_getSelfMysql(), 't_transaction', array( 'account_id' => myself()->_getAccountId() ) ); return rows; } public static function find($transId) { $row = SqlHelper::ormSelectOne( myself()->_getMarketMysql(), 't_transaction', array( 'account_id' => myself()->_getAccountId(), 'trans_id' => $transId, ) ); return $row; } }