Questions tagged [persist]
558 questions
-2
votes
1 answer
Symfony - clone edit and persist
I'm trying to clone and edit both objects (source & cloned) after form submission and persist it.
$em = $this->getDoctrine()->getManager();
$em->detach($ev2);
$clonedev = clone $ev;
$clonedev->setUpdatedAt(new…
-2
votes
2 answers
How to persist ALL changes made in the browsers Web Development Mode
I think I have checked through all the potential extensions, please correct me if you know of one.
Many times people need/like to hack away at the websites they visit and of course we want to save these for later as well, even share them. My…

Banned_User
- 973
- 2
- 9
- 17
-3
votes
1 answer
C# static variables not persisting?
Below is my code snippet, the variable "_lastError" doesn't seem to persist after it is set then accessed elsewhere.
Can anyone give a heads up on what I missed or done incorrectly? I've debugged the program, setting a breakpoint at both the getter…

xefrog
- 21
- 1
- 5