This topic is locked
[SOLVED]

PHPRunner V10 Build 37167 x64 does not build additional pages

5/15/2021 3:18:00 PM
PHPRunner General questions
J
jaffleck author

When I create an additional edit page, the php file does not get generated even when doing a full build.

J
jaffleck author 5/19/2021

My bad. Apparently additional pages only get built when they are actually referenced in the application (which I hadn't got to yet) which makes perfect sense.

Sergey Kornilov admin 5/20/2021

Just wanted to elaborate, additional pages are not supposed to be new physical PHP pages. If you build an additional page named list1 it will use the same PHP file but the URL will be tablename_list.php?page=list1. More info in the Working with additional pages article.