This topic is locked

Change URL path

7/21/2010 12:36:45 PM
PHPRunner General questions
S
Seraph author

Hi,

I need to change the name that PHPrunner use to create the page,

like this:

name_table1_add.php

or

name_table1_edit.php?editid1=MF0000000152.php
and the site web will be:

http://www.mysitename.com/VW_LISTA_DI_TUTTI_I_TITOLI_edit.php?editid1=MF0000000152
Can I change the name?
Don't say me that I have to make again the project using a new view named how I need. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=14840&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />
Thank you very much

F
FunkDaddy 7/21/2010

I'm not sure I fully understand your question... are you worried that the URL won' contain your domain name? If so, this isn't a problem because once you publish to the www folder on your web server it'll automatically place it as part of your domain.
For example... when I design with PHPRunner I publish locally to my machine for testing/design purposes. Ex: http://localhost/MyApplication/name_table1_add.php then once it's sent to my "real" web server it shows as http://www.mydomain.com/MyApplication/name_table1_add.php
Sorry, if I don't understand your questions correctly. On another note, you can also change the name of the pages you create by going to "Misc" tab in PHPRunner and using the "Label Editor"... it won't actually change the table name, instead it'll populate anything that shows/displays that name in your app with your new label. This is a feature I use very frequently... so when naming my tables or views I can give it a very techie like name, but whe ndisplaying for users I can give it a more proper "plain english" or "user friendly" name.
I hope this helps,
Cheers,
Marcelo Ramagem

S
Seraph author 7/21/2010



I'm not sure I fully understand your question... are you worried that the URL won' contain your domain name? If so, this isn't a problem because once you publish to the www folder on your web server it'll automatically place it as part of your domain.
For example... when I design with PHPRunner I publish locally to my machine for testing/design purposes. Ex: http://localhost/MyApplication/name_table1_add.php then once it's sent to my "real" web server it shows as http://www.mydomain.com/MyApplication/name_table1_add.php
Sorry, if I don't understand your questions correctly. On another note, you can also change the name of the pages you create by going to "Misc" tab in PHPRunner and using the "Label Editor"... it won't actually change the table name, instead it'll populate anything that shows/displays that name in your app with your new label. This is a feature I use very frequently... so when naming my tables or views I can give it a very techie like name, but whe ndisplaying for users I can give it a more proper "plain english" or "user friendly" name.
I hope this helps,
Cheers,
Marcelo Ramagem


Thank you for reply!

I have to change the name of the page.php that phprunner build.

For example, my actually "table1_add.php" I need that it become "NewName_add.php"
I'm sorry but I don't understand where I can to change that.

I saw and I edit in a "Misc" Tab on Label editor but the pages file name will be not renamed. It's rename only the Titles of thats pages
Any Ideas?
thank you very much

A
ann 7/22/2010

Hi,
you can rename the view on the Datasource tables tab.

S
Seraph author 7/22/2010



Hi,
you can rename the view on the Datasource tables tab.


Hi, thanks for reply

I can edit only the custmo view.... i think.
Please see the photos attached
Here I have a table inserted checking on the list


Here I have create a Custom view


Thank you very much!

A
ann 7/22/2010

Hi,
if you right click on the table name in the list on the left panel on the Datasource table tab and chooseModify table option then you can change table name. Although all settings for the table will be deleted then.

S
Seraph author 7/22/2010



Hi,
if you right click on the table name in the list on the left panel on the Datasource table tab and chooseModify table option then you can change table name. Although all settings for the table will be deleted then.


I can't <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=51331&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> I'm using a view created by phpmyadmin (not a custom view created by phprunner). And I can drop and re-create the view changing name cause I Need that the view mantain the original name...
I'm losing the hope!
thank you very much