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. |