This topic is locked
[SOLVED]

 How Events Work

4/13/2010 10:51:49 PM
PHPRunner General questions
P
procheck author

Hi,

I'm starting to understand how events work and I noticed that when you add an event, it creates a new php file called tablename_events.php (where tablename is the current chosen table). When I reset the event and there is no more code in this event, I would have expected tablename_events.php to be deleted from the Include directory, but it is still there. If these files are no longer needed, should I be deleting these manually or is there a setting for this?
Thanks
Al

Sergey Kornilov admin 4/13/2010

Al,
it doesn't delete files. You can clean up output directory and rebuild your project to get what you want.

P
procheck author 4/14/2010



Al,
it doesn't delete files. You can clean up output directory and rebuild your project to get what you want.


Ok thanks. That's what I thought.