what is difference between edit and update?
Answer / triveni
Usually one implies the other.
If a user clicks on "Edit" , he/she can change the values,
but the Update is not performed until they click on "Save".
There are some situations where users will edit the record
but will be prevented from updating it , for instance in a
validation rule.
| Is This Answer Correct ? | 8 Yes | 2 No |
How do I run a php file?
Is php class name case sensitive?
Explain php parameterized functions.
what is benefit of magento?
What are PHP Magic Methods/Functions. List them.
What is var_dump function in php?
Tell me is it possible to submit a form with a dedicated button?
Why post method is used in php?
What is the use of is_array() and in_array()?
What are the functions to be used to get the image's properties (size, width and height)?
What is the use of hooks?
How to convert numbers to strings in php?