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