Medoo - Related information

  • How to pass parameters to medoo action

    public static function create($title, $content, $label_ids){ self::$db->action(function($db){ $db->insert( articles , [ title => $title, content => $content, created_at => self...

    Jun.16,2022
  • Problems identified by executing insert into on duplicate key update statements in php.

    in the php project, you simply connect to mysql. through the medoo library Due to the need for batch update configuration operations, insert into. Was used On duplicate key update statement, which cannot pass the syntax check of pdo. The php code is as ...

    Mar.16,2021
  • How to query multiple statements in medoo

    how many statements are queried in medoo for example: query classification category table: cateid-name-parentid 1-clothes-0 2-shoes-0 3-short sleeves-1 query output classification + subclassification (only secondary, according to parentid outpu...

    Mar.11,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-1b3bb53-4d953.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-1b3bb53-4d953.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?