![]() |
Dalkeith 2/15/2023 |
No idea if this is optimal or not I hope someone might have an easier way. but this is a recursive option that has worked for me in the past... In some databases you can write stored procedures that create or alter views..based on parameters. And of course in phprunner you can pass parameters to stored procedures. So you can You do need to structure the database in a particular way So for example Here's an explanation I wrote to myself (SQLServer example) This thread looks like it is another way of doing the same thing (mysql example) |
![]() |
Sergey Kornilov admin 2/18/2023 |
If you need to automate something, PHPRunner won't help you. This is a job for a custom PHP script that you can schedule to run on a timely fashion. PHPRunner apps will only work when some opens them manually in the web browser. |