Hello is there any way to insert data in a db table using the zf1 style on zf2?
$db->insert('tablename', $data);
where $data
is an associative array contains (columns, values)
thanks
Hello is there any way to insert data in a db table using the zf1 style on zf2?
$db->insert('tablename', $data);
where $data
is an associative array contains (columns, values)
thanks
My proposition using TableGateway:
To make an insert in zf2: