Hello.
There is a table members, in it the column fullName. When inserting PDO swears that there is no such field. Change the name to fullname everything is fine.
$member = ["fullName" => "Василий Пупкин"]; _DB::i()->insRow("INSERT INTO members (fullName) VALUES (:fullName)",$member); Is it possible to get around this nuance without renaming the database?
object_idorfill_factor... i.e. In your case,full_name...... although this particular field is usually written together, i.e.fullname- Alexey ShimanskysetAttribute( PDO::ATTR_CASE, PDO::CASE_NATURAL )....... as an example at stackoverflow.com/a/12587701/6104996 ..... if of course you have the opportunity Drivers tweak something, otherwise you will have no choice as to fix the templates - Alexey Shimansky