This topic is locked

Add fields?

3/4/2009 3:45:03 AM
PHPRunner General questions
R
rahulpatel author

I have completed my site. It runs well and I'm chuffed to beans with it. But now I'm starting to think of more things to add to it and make it more dynamic.
The best way to describe it, is it's like a telephone directory. There is a field for name, a field for telephone number, a field for address. They are in one table and login details are in another. The user logs in, adds their details and all is good. But someone says "Why not have a space for mobile numbers?" What I don't want to have to do is regenerate my pages everytime there is to be a change.
So my question is, how can I achieve it? I've looked at having a table for the fields to be used but I can't see how that would work.
Any one have any ideas?

J
Jane 3/4/2009

Hi,
there is only one way to add new field to the pages: add this field on the Datasource tables and Choose fields tabs and rebuild your project.