Hi,
I'm looking at extending (replacing) the Turbine database to suit my needs. I'm trying
to do
this step by step so I can understand what I'm doing.
First I'm trying to add an extra column to the present visitor database and try to
see/alter
that through the webinterface. The next step would be to set up a database based on
Turbine
but called something else.
Apart from the screens/actions files that need to be changed what else should I think
of
changing; TurbineUserPeer and TurbineMapBuilder??
I looked at the TurbineUserPeer and thought naively that the following code would do
the
trick.
Colin
/** The key name for the last name field. */
public static final String EXTRA_COLUMN = "EXTRA";
/** The key name for the last name field. */
public static final String EXTRA = TABLE_NAME + "." + EXTRA_COLUMN;
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]