This topic is locked

Search all tables

3/9/2011 7:51:39 AM
PHPRunner General questions
M
markuskkk author

Hi I have phprunner 5.2 and would like to create a search page to search multiple tables. I am not very tecky hence using phprunner and cannot see how to do this. Is it possible please?
Mark

Sergey Kornilov admin 3/9/2011

Mark,
PHPRunner doesn't have this feature. This needs to be a totally custom page built outside of PHPRunner. We plan to introduce a tutorial that covers this topic but I cannot tell you when its going to happen.

M
markuskkk author 3/10/2011



Mark,
PHPRunner doesn't have this feature. This needs to be a totally custom page built outside of PHPRunner. We plan to introduce a tutorial that covers this topic but I cannot tell you when its going to happen.


Ok, thank you for your reply. Do you know any other sites where I can learn how to build the code to do this function?

Sergey Kornilov admin 3/10/2011

Mark,
it really depends on what you want to do with results.
Do you plan to display all results from different tables in one big table?

Or display results of each table separately?

M
markuskkk author 3/11/2011



Mark,
it really depends on what you want to do with results.
Do you plan to display all results from different tables in one big table?

Or display results of each table separately?


Hi, displaying all the results from different tables into one table sounds fine thank you.
Mark