This topic is locked
[SOLVED]

 Code Template

2/25/2011 6:34:41 PM
PHPRunner General questions
L
langemand author

Hello Forum.
Only a couple of weeks ago, I bought a license for PHPRunner and I already have a fully functional prototype of my database application running.
However I have a small problem. I feel confident that the solution is documented somewhere, but I just can't find it.
My Web hosting service does not support "set_time_limit()", so to get Export to work, I need to simply comment out this line in the export script.
I can do this manually on /My_table_export.php, but need to do this, almost every time I upload a new Build.
I found PHPrunner5.3\source\export.php and commented out the line here, but still this has not impact on the finished page.
Where do I find the source template, which I must address, so that this effects the published application?

Sergey Kornilov admin 2/26/2011

source\export.php is correct template file where you can make changes. This change will be applied to all generated export pages.
You can also add your code to Export page BeforeProcess event if you need to apply this change to one specific table only.