This topic is locked

MOVE & COPY

7/6/2006 10:01:05 AM
PHPRunner General questions
A
amirgulamali author

Mr. Admin,
I am wondering if there is any way of

  1. Moving (Cut)
  2. Copying

    entries from one table into another using PHPRunner?

Sergey Kornilov admin 7/6/2006

PHPRunner provides Copy function.
If you like to implement Move functionality you can add your own code to BeforeCopy event that deletes an old record.
Though I'm not quite sure what is the difference between Move function and simple Edit.