J
|
jmartin17 8/20/2018 |
As far as I know there is no problem running PHPRunner apps on Linux. I have a project NextCloud Box that is running a LAMP (Linux, Apache, MySQL, PHP)install on ubuntu 1604LTS Linux server. I generate PHP MySQL apps without a problem. The PHP Programs that are generated are Located in the folder you specify on the Output Directory screen where you also select full build to test application you also select Built-in Web Server. After the full build click on view in a browser. |
J
|
jaffleck author 8/20/2018 |
As far as I know there is no problem running PHPRunner apps on Linux. I have a project NextCloud Box that is running a LAMP (Linux, Apache, MySQL, PHP)install on ubuntu 1604LTS Linux server. I generate PHP MySQL apps without a problem. The PHP Programs that are generated are Located in the folder you specify on the Output Directory screen where you also select full build to test application you also select Built-in Web Server. After the full build click on view in a browser.
|
![]() |
Admin 8/21/2018 |
@JimA, |
J
|
jaffleck author 8/21/2018 |
@JimA, there is no new .php to be generated, it is just a new HTML template to display the same list page. Simply choose that new page as a "default page", build your app, run it in the web browser and you will see it there.
|
![]() |
Admin 8/21/2018 |
It does create a new page, you now have two Edit pages. The question is how do you want to invoke first one and how do you want to invoke second one? |
J
|
jaffleck author 8/21/2018 |
It does create a new page, you now have two Edit pages. The question is how do you want to invoke first one and how do you want to invoke second one?
|
![]() |
Admin 8/21/2018 |
The easiest option is to create a copy of Edit button in Visual Editor, set "page" property to the second edit page and choose it to open in popup as well. categories_edit.php?page=edit1&editid1=6
|
J
|
jaffleck author 8/22/2018 |
The easiest option is to create a copy of Edit button in Visual Editor, set "page" property to the second edit page and choose it to open in popup as well. If you want to use a custom button for this purpose you can figure out new edit page URL first which will look something like this: categories_edit.php?page=edit1&editid1=6
|
![]() |
Admin 8/22/2018 |
You can do that based on "page" parameter in the URL. |