mysqlデータベースに行を挿入する場合、整数が不要な場合は文字列値を引用符で囲む必要があります。
Is there any class or library that takes care of this automatically so that I can just pass to a 3rd-party function an array of fieldnames and values and don't have to worry about putting string values in quotes?
Thanks,