Topic: ZC18: Zend_Db Update and Delete
I'm fairly new to the Zend Frame work and I love your casts :-D
I'm trying to understand some of the decisions you have made during them like:-
In this episode of ZendCasts you used a router to inform the framework that the final item in the URI was the id of the record to be edited or deleted.
Why did you not use a URI like
/index/update/id/7
surely this would lower the risk of failure in the future because you would not have to remember the change to the router.
Thanks in advance
Martin