Change URL path |
7/21/2010 12:36:45 PM |
PHPRunner General questions | |
S
Seraph author
Hi, |
|
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. |
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
|
A
|
ann 7/22/2010 |
Hi, |
S
|
Seraph author 7/22/2010 |
Hi, you can rename the view on the Datasource tables tab.
|
A
|
ann 7/22/2010 |
Hi, |
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.
|