Frame - Related information

  • What is the significance of one model per table in the PHP framework

    in many frameworks, each table corresponds to a model,. We usually add a service layer in the MVC to deal with business logic. Why not directly manipulate the db class in the service layer What is the advantage of the framework doing this (one model p...

    Sep.01,2021
  • Python3.6 CMD failed to start pyspider

    finally installed pyspider but can t run error code posted here Traceback (most recent call last): File "C:Program Files (x86) Python36-32Scriptspyspider-script.py ", line 11, in < module > load_entry_point( pyspider==0.3.10 , console_scripts...

    Jul.22,2021
  • TARS-PHP does not provide database encapsulation, how do you deal with it?

    is TARS-PHP only positioned to provide a rpc framework? the component of the sense is not provided. how do you deal with this situation at this stage? team development, do you have a recommended framework? ...

    Mar.30,2021
  • Is the CI framework superfluous?

    when I first came into contact with the frame, I felt that the CI framework had a lot of superfluous places, such as: the acquisition of POST parameters: $_ POST [ "key "] is not it easier and more convenient than $this- > input- > post ( "key ") ...

    Mar.18,2021
  • What is the best front-end framework for such a page style?

    the following is our preliminary design of the interface: this page is a reference to someone else s web page: http: www.sofreight.com frei. I would like to ask, which front-end framework is the best to use for such a page style? the best me...

    Mar.03,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-7be11f-16e99.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-7be11f-16e99.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?