I am trying to compose a very basic form which is capable of inserting and as well updating records in the database. My problem is that each time I press the Save button, a new row is created in the DB. Could you please point to the problem in my source code?
controller: http://pastebin.com/YjMAdHqp
routing: http://pastebin.com/WSV6xCSw
The id column in the database is an auto-increment integer.
Thanks for any ideas.
