Swoft - Related information

  • Is it possible to abandon php-fpm if you use swoft?

    to develop a new set of shopping malls, I want to use swoft in the project, but I don t have any relevant experience. I wonder if it is possible to abandon php-fpm completely? nginx is only used to reverse proxy or process static files! for those o...

    Apr.25,2022
  • How swoft uses redis in the customization process

    use redis to report errors in custom processes ...

    Dec.16,2021
  • Swoft micro-service issues

    swoft microservice registration service found that the service name needs to be configured in the global file. There will be multiple services in a project, and if my service name is userservice, all the other services in this project will be userservice...

    Dec.02,2021
  • How swoft uses sql queries from other libraries

    problem description other official database query methods are Query::table (User::class)-> selectInstance ( other )-> where ( id , $userid)-> limit (1)-> get ()-> getResult (); but I find it troublesome. I want to operate other databases in the...

    Nov.10,2021
  • The docker installation swoft environment appears to be unreachable

    1. Official instructions for installation there are the following problems with installing swoft on win10 Docker Quickstart Terminal: a.docker run-p 80:80 there is a denial of access to the direct installation of swoft swoft, that is, a problem with po...

    Aug.13,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cb39-2c328.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1b3cb39-2c328.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?