Re: GET or POST

2014-08-09 Thread Steve Thomas
. If they fill out the form it simply adds another employee to their company roster. I'm still amazed there isn't something in cakephp that solves it with a post. Thanks for youe help. Steve Thomas On Friday, August 8, 2014 6:16:52 PM UTC-4, Andras Kende wrote: You could add a condition like 'conditions

GET or POST

2014-08-08 Thread Steve Thomas
I'm wondering what everyone is doing about the default links. I'm setting up an application that has multiple companies with multiple employees. One company can't see another companies employees. However, if a manager can display a list of all their employees and edit them via GET, they can

Re: GET or POST

2014-08-08 Thread Steve Thomas
, add/edit for display of form) POST to alter the database (add/edit upon save, delete) mark Am Freitag, 8. August 2014 17:55:10 UTC+2 schrieb Steve Thomas: I'm wondering what everyone is doing about the default links. I'm setting up an application that has multiple companies