This topic is locked
[SOLVED]

 Need a clear explanation about table events

2/9/2017 10:23:40 AM
PHPRunner General questions
romaldus author

Perhaps this is a silly question but honest to god i never use the following events in phprunner. I read the phprunner manual but found no clear explanation about the following events:

  • Copy page onload in add page event

    What exactly is Custom View?
    There are also some events in list page:

    Get Row Count

    Custom Query

    Fetch Record
    Anyone can explain these events in real world scenario? Thanks.

Sergey Kornilov admin 2/9/2017

Copy page is a page that you can enable in your application on 'Choose pages' screen.
These three other events are useful when you are not receiving your data from the database but from some other source like third party API. Real life examples:

https://xlinesoft.com/blog/2014/06/24/displaying-world-cup-2014-data-with-phprunner/

https://xlinesoft.com/blog/2016/06/22/displaying-euro-2016-data-with-phprunner/

romaldus author 2/9/2017

Thanks. Solved