How to avoid nested foreach using PHP generator for MYSQL data to increase perfomance?

后端 未结 0 1425
感情败类
感情败类 2020-12-24 09:36

I have the following code

$this->connection->transactional(function () {
        $data = $this->connection->executeQuery(\'SELECT * FROM faq_quest         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题